[131593] trunk/dports/perl/p5-business-isbn/Portfile

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


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

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

Modified: trunk/dports/perl/p5-business-isbn/Portfile
===================================================================
--- trunk/dports/perl/p5-business-isbn/Portfile	2015-01-15 01:41:55 UTC (rev 131592)
+++ trunk/dports/perl/p5-business-isbn/Portfile	2015-01-15 01:43:23 UTC (rev 131593)
@@ -20,6 +20,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}-business-isbn-data
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150114/2223966c/attachment.html>


More information about the macports-changes mailing list