[131350] trunk/dports/perl/p5-mac-propertylist/Portfile

mojca at macports.org mojca at macports.org
Sat Jan 10 03:10:45 PST 2015


Revision: 131350
          https://trac.macports.org/changeset/131350
Author:   mojca at macports.org
Date:     2015-01-10 03:10:45 -0800 (Sat, 10 Jan 2015)
Log Message:
-----------
p5-mac-propertylist: add dependency of p5-extutils-makemaker for perl <= 5.16

Modified Paths:
--------------
    trunk/dports/perl/p5-mac-propertylist/Portfile

Modified: trunk/dports/perl/p5-mac-propertylist/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-propertylist/Portfile	2015-01-10 10:58:37 UTC (rev 131349)
+++ trunk/dports/perl/p5-mac-propertylist/Portfile	2015-01-10 11:10:45 UTC (rev 131350)
@@ -21,4 +21,10 @@
 if {${perl5.major} != ""} {
     depends_lib-append \
                     port:p${perl5.major}-xml-entities
+
+    # 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/20150110/851f6389/attachment.html>


More information about the macports-changes mailing list