aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-02-14 23:41:50 +0800
committermat <mat@FreeBSD.org>2014-02-14 23:41:50 +0800
commit0bd58b0373c0ee2163a713a3d85754a7175e94e6 (patch)
tree20f2ff22275615fb39d6a7fd49d7c4a0df16a9d3 /Mk
parent2d95e62b5c522dabb857175f8127bb635240366f (diff)
downloadfreebsd-ports-graphics-0bd58b0373c0ee2163a713a3d85754a7175e94e6.tar.gz
freebsd-ports-graphics-0bd58b0373c0ee2163a713a3d85754a7175e94e6.tar.zst
freebsd-ports-graphics-0bd58b0373c0ee2163a713a3d85754a7175e94e6.zip
Like it was announced six months ago, remove Perl 5.12.
Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/perl5.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 968d90b3ba9..2814a8703fb 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -47,9 +47,7 @@ PERL_VERSION!= perl -e 'printf "%vd\n", $$^V;'
.endif
.else
.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
-.if ${PERL5_DEFAULT} == 5.12
-PERL_VERSION= 5.12.5
-.elif ${PERL5_DEFAULT} == 5.14
+.if ${PERL5_DEFAULT} == 5.14
PERL_VERSION= 5.14.4
.elif ${PERL5_DEFAULT} == 5.16
PERL_VERSION= 5.16.3
@@ -86,11 +84,8 @@ PERL_ARCH?= mach
PERL_PORT?= perl5.18
.elif ${PERL_LEVEL} >= 501600
PERL_PORT?= perl5.16
-.elif ${PERL_LEVEL} >= 501400
+.else # ${PERL_LEVEL} < 501600
PERL_PORT?= perl5.14
-.else # ${PERL_LEVEL} < 501400
-PERL_PORT?= perl5.12
-WARNING+= "perl 5.12 is deprecated and will be removed on 2014-02-14. Please upgrade to lang/perl5.16"
.endif
SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VER}