diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:30:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:30:30 +0000 |
commit | 0c789712bb3fbf560fcbfbba14d8f321b98e1a31 (patch) | |
tree | 0edb80b707d5cd0244193a06b5e9a41abfce3742 /lang | |
parent | Change the way Perl modules are installed, update the default Perl to 5.18. (diff) |
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
Notes
Notes:
svn path=/head/; revision=373450
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5.14/Makefile | 3 | ||||
-rw-r--r-- | lang/perl5.16/Makefile | 3 |
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 \ |