aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-11-26 21:30:30 +0800
committermat <mat@FreeBSD.org>2014-11-26 21:30:30 +0800
commit8d605246cd0512ebfef1fc1530da3404c4baed0d (patch)
tree0edb80b707d5cd0244193a06b5e9a41abfce3742 /lang
parent9debac461b7729b783ca5a0f5e46461ddac07173 (diff)
downloadfreebsd-ports-gnome-8d605246cd0512ebfef1fc1530da3404c4baed0d.tar.gz
freebsd-ports-gnome-8d605246cd0512ebfef1fc1530da3404c4baed0d.tar.zst
freebsd-ports-gnome-8d605246cd0512ebfef1fc1530da3404c4baed0d.zip
Now that 5.18 is the default, deprecate Perl 5.14 and Perl 5.16, the first one
at the end of the year, the second one next summer, by then 5.20 will be the default, and 5.22 will be in the tree. Sponsored by: Absolight
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5.14/Makefile3
-rw-r--r--lang/perl5.16/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile
index fd5aefac443d..6982a8b6d209 100644
--- a/lang/perl5.14/Makefile
+++ b/lang/perl5.14/Makefile
@@ -22,6 +22,9 @@ LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
+DEPRECATED= Unsupported, please upgrade to a more recent version of Perl
+EXPIRATION_DATE=2014-12-31
+
CONFLICTS_INSTALL= perl5.*-*
OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index aab1fbe61ee7..52e2e5700298 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -22,6 +22,9 @@ LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
LICENSE_FILE_GPLv1= ${WRKSRC}/Copying
+DEPRECATED= Unsupported, please upgrade to a more recent version of Perl
+EXPIRATION_DATE=2015-07-31
+
CONFLICTS_INSTALL= perl5.*-*
OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \