[131589] trunk/dports/perl/p5-tie-cycle/Portfile

mojca at macports.org mojca at macports.org
Wed Jan 14 17:35:13 PST 2015


Revision: 131589
          https://trac.macports.org/changeset/131589
Author:   mojca at macports.org
Date:     2015-01-14 17:35:13 -0800 (Wed, 14 Jan 2015)
Log Message:
-----------
p5-tie-cycle: add dependency on p5-extutils-makemaker for 5.16

Modified Paths:
--------------
    trunk/dports/perl/p5-tie-cycle/Portfile

Modified: trunk/dports/perl/p5-tie-cycle/Portfile
===================================================================
--- trunk/dports/perl/p5-tie-cycle/Portfile	2015-01-15 01:28:01 UTC (rev 131588)
+++ trunk/dports/perl/p5-tie-cycle/Portfile	2015-01-15 01:35:13 UTC (rev 131589)
@@ -18,3 +18,11 @@
 
 checksums           rmd160  1becc767a061d63f25c9df1947d81cdded968b02 \
                     sha256  1e94c98d7e6cbb1263d3defc9d0e9b6e6fc97dc8bb8acc29df82e8005a6d3564
+
+if {${perl5.major} != ""} {
+    # requires version 6.64 of ExtUtils::MakeMaker
+    if {[vercmp ${perl5.major} 5.16] <= 0} {
+        depends_lib-append \
+                    port:p${perl5.major}-extutils-makemaker
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150114/0c1d324a/attachment.html>


More information about the macports-changes mailing list