[148756] trunk/dports/perl/p5-extutils-command/Portfile
Revision: 148756 https://trac.macports.org/changeset/148756 Author: devans@macports.org Date: 2016-05-16 20:50:44 -0700 (Mon, 16 May 2016) Log Message: ----------- p5-extutils-command: mark obsolete, merged into ExtUtils::MakeMaker as of version 7.0.8. Modified Paths: -------------- trunk/dports/perl/p5-extutils-command/Portfile Modified: trunk/dports/perl/p5-extutils-command/Portfile =================================================================== --- trunk/dports/perl/p5-extutils-command/Portfile 2016-05-17 02:03:57 UTC (rev 148755) +++ trunk/dports/perl/p5-extutils-command/Portfile 2016-05-17 03:50:44 UTC (rev 148756) @@ -4,19 +4,19 @@ PortSystem 1.0 PortGroup perl5 1.0 +# ExtUtils::Command is provided by ExtUtils::MakeMaker as of version 7.0.8 + perl5.branches 5.22 5.24 perl5.setup ExtUtils-Command 1.20 -license {Artistic-1 GPL} -maintainers nomaintainer -description utilities to replace common UNIX commands in Makefiles etc. -long_description ${description} +revision 1 +license none -platforms darwin +depends_lib -checksums rmd160 a8531a0e66206bf859831529d4a123a775c565b8 \ - sha256 740cccc93ba851aae803695b7a5b65ccbaa78bf4e96aa2e54f3f632c87a98c98 - if {${perl5.major} != ""} { - conflicts port:p${perl5.major}-extutils-makemaker - supported_archs noarch + replaced_by p${perl5.major}-extutils-makemaker +} else { + replaced_by p5-extutils-makemaker } + +PortGroup obsolete 1.0
participants (1)
-
devans@macports.org