[131594] trunk/dports/perl/p5-business-ismn/Portfile

mojca at macports.org mojca at macports.org
Wed Jan 14 17:45:43 PST 2015


Revision: 131594
          https://trac.macports.org/changeset/131594
Author:   mojca at macports.org
Date:     2015-01-14 17:45:43 -0800 (Wed, 14 Jan 2015)
Log Message:
-----------
p5-business-ismn: add dependency on p5-extutils-makemaker for 5.16

Modified Paths:
--------------
    trunk/dports/perl/p5-business-ismn/Portfile

Modified: trunk/dports/perl/p5-business-ismn/Portfile
===================================================================
--- trunk/dports/perl/p5-business-ismn/Portfile	2015-01-15 01:43:23 UTC (rev 131593)
+++ trunk/dports/perl/p5-business-ismn/Portfile	2015-01-15 01:45:43 UTC (rev 131594)
@@ -19,6 +19,11 @@
 supported_archs     noarch
 
 if {${perl5.major} != ""} {
+    # requires version 6.65 of ExtUtils::MakeMaker
+    if {[vercmp ${perl5.major} 5.16] <= 0} {
+        depends_build-append \
+                    port:p${perl5.major}-extutils-makemaker
+    }
     depends_lib-append \
                     port:p${perl5.major}-tie-cycle
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150114/8df169dc/attachment.html>


More information about the macports-changes mailing list