1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Switch the default Perl to 5.26.

PR:		226817
Exp-run by:	antoine
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-03-30 12:15:43 +00:00
parent ff91f5f9d3
commit 17390d808c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465965

View File

@ -60,7 +60,7 @@ MYSQL_DEFAULT?= 5.6
# Possible values: 5.22, 5.24, 5.26, devel
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
defined(PACKAGE_BUILDING))
PERL5_DEFAULT?= 5.24
PERL5_DEFAULT?= 5.26
.elif !defined(PERL5_DEFAULT)
# There's no need to replace development versions, like "5.23" with "devel"
# because 1) nobody is supposed to use it outside of poudriere, and 2) it must