Revision: 139460 https://trac.macports.org/changeset/139460 Author: ionic@macports.org Date: 2015-08-17 15:58:47 -0700 (Mon, 17 Aug 2015) Log Message: ----------- eperl: add perl 5.22 support. Patch provided via private eMail. Affects #48365. Modified Paths: -------------- trunk/dports/perl/eperl/Portfile Modified: trunk/dports/perl/eperl/Portfile =================================================================== --- trunk/dports/perl/eperl/Portfile 2015-08-17 22:34:24 UTC (rev 139459) +++ trunk/dports/perl/eperl/Portfile 2015-08-17 22:58:47 UTC (rev 139460) @@ -6,7 +6,7 @@ name eperl version 2.2.14 -revision 1 +revision 2 maintainers cal openmaintainer categories perl www @@ -24,6 +24,11 @@ checksums rmd160 708c72d4a2bc494e9b3e953aa13efd0fe7933b98 \ sha256 a9add61ed59e3030027e0ff5c00195627d7309be48162c9b315f57d27730a295 +perl5.require_variant yes +perl5.conflict_variants yes +perl5.branches 5.16 5.18 5.20 5.22 +perl5.create_variants ${perl5.branches} + use_configure yes ## Most patches are copied from the Debian distribution, which uses patch @@ -45,10 +50,6 @@ file attributes "${worksrcpath}/etc/shtool" -permissions +x } -perl5.require_variant yes -perl5.branches 5.16 5.18 5.20 -perl5.create_variants ${perl5.branches} - configure.args --enable-debug \ --with-perl=${perl5.bin} \ CC=\"${configure.cc} [get_canonical_archflags cc]\" \
participants (1)
-
ionic@macports.org