[123852] trunk/dports/perl

mojca at macports.org mojca at macports.org
Fri Aug 15 04:23:19 PDT 2014


Revision: 123852
          https://trac.macports.org/changeset/123852
Author:   mojca at macports.org
Date:     2014-08-15 04:23:19 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
p5-devel-checkcompiler: new port

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

Added: trunk/dports/perl/p5-devel-checkcompiler/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-checkcompiler/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-checkcompiler/Portfile	2014-08-15 11:23:19 UTC (rev 123852)
@@ -0,0 +1,28 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Devel-CheckCompiler 0.05
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Check the compiler's availability
+long_description    ${description}
+
+checksums           rmd160 15222213cdeff7a032ba72d3ac796ff13a41d13b \
+                    sha256 a4fe9b3daf37f472c9529582b5ba1f1082606e7ebf197432ad22971117523257
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-requires
+
+    perl5.use_module_build
+}
+


Property changes on: trunk/dports/perl/p5-devel-checkcompiler/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/20140815/521beabf/attachment.html>


More information about the macports-changes mailing list