aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-07-27 19:32:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-07-27 19:32:06 +0000
commit8e790fd16118feb5dd9015e8b9f6b40ee736321a (patch)
treeafb8102ab5c02f794201daf7b309acb4c6fd96b6 /Mk
parentfcde958b5b4028d542fffb9733fc0aa37302ae24 (diff)
downloadports-8e790fd16118feb5dd9015e8b9f6b40ee736321a.tar.gz
ports-8e790fd16118feb5dd9015e8b9f6b40ee736321a.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/perl5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index 787fe5a72bab..93d01d041c9d 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -58,7 +58,7 @@ PERL_VERSION= 5.20.2
.elif ${PERL5_DEFAULT} == 5.22
PERL_VERSION= 5.22.0
.elif ${PERL5_DEFAULT} == devel
-PERL_VERSION= 5.23.1
+PERL_VERSION= 5.23.2
# Force PERL_PORT here in case two identical PERL_VERSION.
PERL_PORT?= perl5-devel
.else