aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-05-26 20:10:11 +0800
committermat <mat@FreeBSD.org>2015-05-26 20:10:11 +0800
commit4785c96c5a951961b907177ef2bf1fc24fdf8e7c (patch)
treeb8a3ee6585e800622beb0328d04c928e043c092e /Mk/Uses
parent301d0a1aeb160eee76d3f8c12c5f1ae5c536fe57 (diff)
downloadfreebsd-ports-gnome-4785c96c5a951961b907177ef2bf1fc24fdf8e7c.tar.gz
freebsd-ports-gnome-4785c96c5a951961b907177ef2bf1fc24fdf8e7c.tar.zst
freebsd-ports-gnome-4785c96c5a951961b907177ef2bf1fc24fdf8e7c.zip
Update to v5.22.0-RC2-1-gdfd03a6.
Cleanup a bit the PKGNAMESUFFIX calculation. Also force the PERL_PORT variable for the -devel one, in case there is more than one with the same version. Changes: https://github.com/Perl/perl5/compare/v5.22.0-RC1...v5.22.0-RC2-1-gdfd03a6 Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index d6baa566e9d9..d206c3fe825d 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -57,6 +57,8 @@ PERL_VERSION= 5.18.4
PERL_VERSION= 5.20.2
.elif ${PERL5_DEFAULT} == 5.21 || ${PERL5_DEFAULT} == devel
PERL_VERSION= 5.22.0
+# Force PERL_PORT here in case two identical PERL_VERSION.
+PERL_PORT?= perl5-devel
.else
IGNORE= Invalid perl5 version ${PERL5_DEFAULT}
.endif