added perl 5.36

This commit is contained in:
2022-05-29 18:04:27 +02:00
parent f09aa8173a
commit 2583d4a5c1
25 changed files with 165 additions and 122 deletions

View File

@@ -59,6 +59,9 @@ PERL5_DEPEND= perl>=5.28
. elif ${PERL5_DEFAULT} == 5.30
#.include "${PORTSDIR}/lang/perl5.30/version.mk"
PERL_PORT= perl530
. elif ${PERL5_DEFAULT} == 5.36
#.include "${PORTSDIR}/lang/perl5.36/version.mk"
PERL_PORT= perl530
PERL5_DEPEND= perl>=5.30
. elif ${PERL5_DEFAULT} == devel

View File

@@ -61,7 +61,7 @@ LINUX_DEFAULT?= c6
# Possible values: 60, 70, 80, -devel (to be used when non-base compiler is required)
# Please give notice to the Graphics Team (x11@FreeBSD.org) in advance before
# bumping the LLVM version.
LLVM_DEFAULT?= 80
LLVM_DEFAULT?= 13
# Possible values: 5.1, 5.2, 5.3
LUA_DEFAULT?= 5.3
# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 10.2m, 10.3m, 5.5p, 5.6p, 5.7p, 5.6w
@@ -69,7 +69,7 @@ MYSQL_DEFAULT?= 5.7
# Possible values: 5.26, 5.28, 5.30, devel
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
defined(PACKAGE_BUILDING))
PERL5_DEFAULT?= 5.26
PERL5_DEFAULT?= 5.36
.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
@@ -90,7 +90,7 @@ PYTHON_DEFAULT?= 3.8
# Possible values: 2.7
PYTHON2_DEFAULT?= 2.7
# Possible values: 3.5, 3.6, 3.7
PYTHON3_DEFAULT?= 3.6
PYTHON3_DEFAULT?= 3.8
# Possible values: 2.4, 2.5, 2.6
RUBY_DEFAULT?= 2.6
# Possible values: rust, rust-nightly