1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Perl calls itself 5.26.0 but thinks it is 5.25 still, so, fix-ish things

a bit more.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-03-27 16:13:17 +00:00
parent a28ef45ac9
commit 3f00de9e48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437057
2 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,7 @@ DOT_INC_CONFIGURE_ON= -Ddefault_inc_excludes_dot=n
#PORTSCOUT= limit:^${PERL_VER}.
.include "version.mk"
PERL_VER= 5.25 # ${PERL_VERSION:C/\.[0-9]+$//} # XXX 5.26 release
PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//}
PERL_ARCH= mach
SITE_PERL_REL?= lib/perl5/site_perl
SITE_PERL?= ${PREFIX}/${SITE_PERL_REL}

View File

@ -1,2 +1,3 @@
PERL_VERSION= 5.26.0
PERL_VER= 5.25
PERL5_DEPEND= perl5>=5.25<5.26