Revision: 139582 https://trac.macports.org/changeset/139582 Author: devans@macports.org Date: 2015-08-20 22:02:38 -0700 (Thu, 20 Aug 2015) Log Message: ----------- p5-module-pluggable: update to version 5.2, dependencies, no longer uses module build. Modified Paths: -------------- trunk/dports/perl/p5-module-pluggable/Portfile Modified: trunk/dports/perl/p5-module-pluggable/Portfile =================================================================== --- trunk/dports/perl/p5-module-pluggable/Portfile 2015-08-21 05:00:56 UTC (rev 139581) +++ trunk/dports/perl/p5-module-pluggable/Portfile 2015-08-21 05:02:38 UTC (rev 139582) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 -perl5.setup Module-Pluggable 5.1 +perl5.setup Module-Pluggable 5.2 license {Artistic-1 GPL} maintainers nomaintainer description automatically give your module the ability to have plugins @@ -13,8 +13,12 @@ platforms darwin -checksums rmd160 69cc0a003a5709e5f4d0ad148134fedb97dd1125 \ - sha256 e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f +checksums rmd160 e0996969435a09e8d9c45549248d4ebe86056b14 \ + sha256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df -supported_archs noarch -perl5.use_module_build +if {${perl5.major} != ""} { + depends_lib-append \ + port:p${perl5.major}-module-runtime + + supported_archs noarch +}
participants (1)
-
devans@macports.org