aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-05-26 22:44:06 +0800
committermat <mat@FreeBSD.org>2015-05-26 22:44:06 +0800
commitba0f5fe23f38481c129a21a10b4ef187847103bc (patch)
treedb8037b614d1c29e6af2333749ab0f751440ac69 /Mk/Uses
parent1db492a7cb89e5811771d381f41a5f57953298ce (diff)
downloadfreebsd-ports-gnome-ba0f5fe23f38481c129a21a10b4ef187847103bc.tar.gz
freebsd-ports-gnome-ba0f5fe23f38481c129a21a10b4ef187847103bc.tar.zst
freebsd-ports-gnome-ba0f5fe23f38481c129a21a10b4ef187847103bc.zip
Welcome lang/perl5.22 to te tree, currently at 5.22.0-RC2
Changes: https://metacpan.org/pod/release/RJBS/perl-5.22.0-RC2/pod/perldelta.pod Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/perl5.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index d206c3fe825d..13e780688fad 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -55,6 +55,8 @@ PERL_VERSION= 5.16.3
PERL_VERSION= 5.18.4
.elif ${PERL5_DEFAULT} == 5.20
PERL_VERSION= 5.20.2
+.elif ${PERL5_DEFAULT} == 5.22
+PERL_VERSION= 5.22.0
.elif ${PERL5_DEFAULT} == 5.21 || ${PERL5_DEFAULT} == devel
PERL_VERSION= 5.22.0
# Force PERL_PORT here in case two identical PERL_VERSION.
@@ -86,8 +88,8 @@ PERL_ARCH?= mach
# there must always be a default to prevent dependency failures such
# as "ports/lang: not found"
-.if ${PERL_LEVEL} >= 502100
-PERL_PORT?= perl5-devel
+.if ${PERL_LEVEL} >= 502200
+PERL_PORT?= perl5.22
.elif ${PERL_LEVEL} >= 502000
PERL_PORT?= perl5.20
.elif ${PERL_LEVEL} >= 501800