[103543] trunk/dports/perl/p5-extutils-makemaker/Portfile

dluke at macports.org dluke at macports.org
Thu Feb 28 08:42:09 PST 2013


Revision: 103543
          https://trac.macports.org/changeset/103543
Author:   dluke at macports.org
Date:     2013-02-28 08:42:09 -0800 (Thu, 28 Feb 2013)
Log Message:
-----------
p5-extutils-makemaker: version bump, set BUILD_AS_PACKAGE per upstream recommendation (README.packaging) + add dependencies that are now no longer included with the port

Modified Paths:
--------------
    trunk/dports/perl/p5-extutils-makemaker/Portfile

Modified: trunk/dports/perl/p5-extutils-makemaker/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-makemaker/Portfile	2013-02-28 16:40:46 UTC (rev 103542)
+++ trunk/dports/perl/p5-extutils-makemaker/Portfile	2013-02-28 16:42:09 UTC (rev 103543)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         ExtUtils-MakeMaker 6.62
+perl5.setup         ExtUtils-MakeMaker 6.64
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Create a module Makefile
@@ -14,9 +14,23 @@
 
 platforms           darwin
 
-checksums           rmd160  c0fe174fa9301ddd8cb096d19d4ba69310147754\
-                    sha256  63cd6538e4fa1e2425ec24e9b46c1a446e1ddc91f2a54fea7fbdbbf705f35378
+checksums           rmd160  892c09f09b071a8aa3217b2e5f2ef9cc3998097b \
+                    sha256  1cbfa2aee5e82fa885b841d2be8b2ce7334e06276d32f8fea6da392b28d37fbb
 
+configure.env BUILDING_AS_PACKAGE=1
+
 supported_archs noarch
 
 perl5.link_binaries no
+if {${perl5.major} != ""} {
+depends_lib-append	port:p${perl5.major}-cpan-meta \
+			port:p${perl5.major}-cpan-meta-yaml \
+			port:p${perl5.major}-extutils-command \
+			port:p${perl5.major}-extutils-install \
+			port:p${perl5.major}-extutils-manifest \
+			port:p${perl5.major}-file-temp \
+			port:p${perl5.major}-json-pp \
+			port:p${perl5.major}-parse-cpan-meta \
+			port:p${perl5.major}-scalar-list-utils \
+			port:p${perl5.major}-version
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130228/32ceaccb/attachment.html>


More information about the macports-changes mailing list