[139079] trunk/dports/perl/p5-devel-checkbin/Portfile

devans at macports.org devans at macports.org
Thu Jul 30 23:03:16 PDT 2015


Revision: 139079
          https://trac.macports.org/changeset/139079
Author:   devans at macports.org
Date:     2015-07-30 23:03:16 -0700 (Thu, 30 Jul 2015)
Log Message:
-----------
p5-devel-checkbin: add dependency to fix build on 5.16 where version in core is too old.

Modified Paths:
--------------
    trunk/dports/perl/p5-devel-checkbin/Portfile

Modified: trunk/dports/perl/p5-devel-checkbin/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-checkbin/Portfile	2015-07-31 05:47:46 UTC (rev 139078)
+++ trunk/dports/perl/p5-devel-checkbin/Portfile	2015-07-31 06:03:16 UTC (rev 139079)
@@ -16,4 +16,9 @@
 checksums           rmd160  0606582701fdcf424c61a0ea24515de767fa113c \
                     sha256  157f3db59c29ed1d49133a469cee772c885ad4ee64e8692a91b3ebfdbe2fe3e4
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-extutils-makemaker
+    
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150730/6ae6219b/attachment-0001.html>


More information about the macports-changes mailing list