mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Unregister expired Perl 5.26
This commit is contained in:
parent
738ebf273d
commit
9a2fd24f3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537146
@ -44,9 +44,7 @@ USE_PERL5?= run build
|
||||
|
||||
# When adding a version, please keep the comment in
|
||||
# Mk/bsd.default-versions.mk in sync.
|
||||
. if ${PERL5_DEFAULT} == 5.26
|
||||
.include "${PORTSDIR}/lang/perl5.26/version.mk"
|
||||
. elif ${PERL5_DEFAULT} == 5.28
|
||||
. if ${PERL5_DEFAULT} == 5.28
|
||||
.include "${PORTSDIR}/lang/perl5.28/version.mk"
|
||||
. elif ${PERL5_DEFAULT} == 5.30
|
||||
.include "${PORTSDIR}/lang/perl5.30/version.mk"
|
||||
@ -85,10 +83,8 @@ PERL_ARCH?= mach
|
||||
# Mk/bsd.default-versions.mk in sync.
|
||||
. if ${PERL_LEVEL} >= 503000
|
||||
PERL_PORT?= perl5.30
|
||||
. elif ${PERL_LEVEL} >= 502800
|
||||
. else # ${PERL_LEVEL} < 503000
|
||||
PERL_PORT?= perl5.28
|
||||
. else # ${PERL_LEVEL} < 502800
|
||||
PERL_PORT?= perl5.26
|
||||
. endif
|
||||
|
||||
SITE_PERL_REL?= lib/perl5/site_perl
|
||||
|
@ -67,7 +67,7 @@ LLVM_DEFAULT?= 90
|
||||
LUA_DEFAULT?= 5.2
|
||||
# Possible values: 5.5, 5.6, 5.7, 8.0, 5.5m, 10.1m, 10.2m, 10.3m, 10.4m, 5.5p, 5.6p, 5.7p, 5.6w
|
||||
MYSQL_DEFAULT?= 5.7
|
||||
# Possible values: 5.26, 5.28, 5.30, devel
|
||||
# Possible values: 5.28, 5.30, devel
|
||||
.if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \
|
||||
defined(PACKAGE_BUILDING))
|
||||
PERL5_DEFAULT?= 5.30
|
||||
|
Loading…
Reference in New Issue
Block a user