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/perl5.16 | |
parent | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (diff) | |
download | ports-0c789712bb3fbf560fcbfbba14d8f321b98e1a31.tar.gz ports-0c789712bb3fbf560fcbfbba14d8f321b98e1a31.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
Notes
Notes:
svn path=/head/; revision=373450
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |