svn commit: r383163 - head/devel/p5-base

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 3 17:29:01 UTC 2015


Author: sunpoet
Date: Fri Apr  3 17:29:00 2015
New Revision: 383163
URL: https://svnweb.freebsd.org/changeset/ports/383163

Log:
  - Mark DEPRECATED and set EXPIRATION_DATE to 2015-04-30

Modified:
  head/devel/p5-base/Makefile

Modified: head/devel/p5-base/Makefile
==============================================================================
--- head/devel/p5-base/Makefile	Fri Apr  3 17:28:54 2015	(r383162)
+++ head/devel/p5-base/Makefile	Fri Apr  3 17:29:00 2015	(r383163)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Set of modules to operate with inheritance and class fields at runtime
 
+DEPRECATED=	this port is outdated and base 2.18+ is already in all supported Perl releases
+EXPIRATION_DATE=2015-04-30
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list