svn commit: r480492 - head/devel/p5-ExtUtils-Command

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 23 11:14:33 UTC 2018


Author: sunpoet
Date: Sun Sep 23 11:14:32 2018
New Revision: 480492
URL: https://svnweb.freebsd.org/changeset/ports/480492

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-09-30

Modified:
  head/devel/p5-ExtUtils-Command/Makefile

Modified: head/devel/p5-ExtUtils-Command/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-Command/Makefile	Sun Sep 23 11:14:26 2018	(r480491)
+++ head/devel/p5-ExtUtils-Command/Makefile	Sun Sep 23 11:14:32 2018	(r480492)
@@ -14,6 +14,9 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	ExtUtils::Command has been re-incorporated to ExtUtils-MakeMaker since 7.06, use devel/ExtUtils-MakeMaker instead
+EXPIRATION_DATE=2018-09-30
+
 CONFLICTS=	p5-ExtUtils-MakeMaker-[7-9].[1-9]*
 
 USES=		perl5


More information about the svn-ports-head mailing list