aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-08-24 22:37:18 +0800
committermat <mat@FreeBSD.org>2015-08-24 22:37:18 +0800
commit312d60b4dada28f2f20c046a48eec1c6f7220543 (patch)
tree43243a10080ab5d4353a56b762be5989e02a55f9 /Mk/Uses
parent04a186ea8ccc0cd6afa45eb961828cf9f506dd07 (diff)
downloadfreebsd-ports-gnome-312d60b4dada28f2f20c046a48eec1c6f7220543.tar.gz
freebsd-ports-gnome-312d60b4dada28f2f20c046a48eec1c6f7220543.tar.zst
freebsd-ports-gnome-312d60b4dada28f2f20c046a48eec1c6f7220543.zip
Bump perl5-devel's PERL_VERSION.
Pointy hat to: mat Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-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 bb1454ea1ca9..debe7f98905d 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.2
+PERL_VERSION= 5.23.3
# Force PERL_PORT here in case two identical PERL_VERSION.
PERL_PORT?= perl5-devel
.else