diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-14 15:41:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-14 15:41:50 +0000 |
commit | 286e8eceee75d83919fb5a7420bd6e7bb25b8fd4 (patch) | |
tree | 20f2ff22275615fb39d6a7fd49d7c4a0df16a9d3 /lang/perl5.14/Makefile | |
parent | 957e42e616780490e9e58ce0d192aadb3dcfa076 (diff) |
Like it was announced six months ago, remove Perl 5.12.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=344266
Diffstat (limited to 'lang/perl5.14/Makefile')
-rw-r--r-- | lang/perl5.14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 85faeb9bcff7..55b6275bd9ba 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -20,7 +20,7 @@ COMMENT= Practical Extraction and Report Language LICENSE= ART10 GPLv1 LICENSE_COMB= dual -CONFLICTS_INSTALL= perl5.12-* perl5.14-* perl5.16-* perl5.18-* +CONFLICTS_INSTALL= perl5.14-* perl5.16-* perl5.18-* OPTIONS_DEFINE= DEBUG GDBM PERL_MALLOC PERL_64BITINT THREADS PTHREAD \ MULTIPLICITY SITECUSTOMIZE USE_PERL |