[142013] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Dec 12 03:57:46 PST 2015


Revision: 142013
          https://trac.macports.org/changeset/142013
Author:   devans at macports.org
Date:     2015-11-01 18:46:43 -0800 (Sun, 01 Nov 2015)
Log Message:
-----------
p5-devel-checkos: new port, check which OS we're running on.

Added Paths:
-----------
    trunk/dports/perl/p5-devel-checkos/
    trunk/dports/perl/p5-devel-checkos/Portfile

Added: trunk/dports/perl/p5-devel-checkos/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-checkos/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-checkos/Portfile	2015-11-02 02:46:43 UTC (rev 142013)
@@ -0,0 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.16 5.18 5.20 5.22
+perl5.setup         Devel-CheckOS 1.76
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Devel::CheckOS - check what OS we're running on
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  843aede8dab5da091f3009a0aead466400b71f9b \
+                    sha256  f83fb4cb8de060f607214b1e88c98ac6c4e065371e646fe896f16ea887aecb0c
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-data-compare \
+                    port:p${perl5.major}-file-find-rule
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-devel-checkos/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/52d84999/attachment-0001.html>


More information about the macports-changes mailing list