Revision: 129066 https://trac.macports.org/changeset/129066 Author: devans@macports.org Date: 2014-12-04 13:50:28 -0800 (Thu, 04 Dec 2014) Log Message: ----------- p5-universal-isa: update to version 1.20140927, dependencies, use module build. Modified Paths: -------------- trunk/dports/perl/p5-universal-isa/Portfile Modified: trunk/dports/perl/p5-universal-isa/Portfile =================================================================== --- trunk/dports/perl/p5-universal-isa/Portfile 2014-12-04 21:35:37 UTC (rev 129065) +++ trunk/dports/perl/p5-universal-isa/Portfile 2014-12-04 21:50:28 UTC (rev 129066) @@ -5,10 +5,9 @@ PortGroup perl5 1.0 perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20 -perl5.setup UNIVERSAL-isa 1.20120726 +perl5.setup UNIVERSAL-isa 1.20140927 license {Artistic-1 GPL} maintainers nomaintainer -supported_archs noarch description Attempt to recover from people calling UNIVERSAL::isa \ as a function @@ -16,5 +15,15 @@ platforms darwin -checksums rmd160 c0ad6f8373f6d4db718de961c6d5db6233132ce7 \ - sha256 c1b0ef6909c92dd5a0727e932b48c7f3ec7cbd73695ac527280b2174754a54e1 +checksums rmd160 1f7d1e82f98d55a6a0f93e7abf5f231114f66162 \ + sha256 6b2594cc8ac8faf8303a95385f290fcd2a8e6022b09ea88dc00dfe695199d867 + +if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-cgi \ + port:p${perl5.major}-module-build-tiny + + supported_archs noarch + perl5.use_module_build +} +