Take Perl 5.6.1 into account. Allow for slow updaters who prefer to
stay with an older CURRENT and perl 5.6.0.
This commit is contained in:
parent
74864ec7d7
commit
05e08061c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56227
@ -968,6 +968,11 @@ BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500032
|
||||
PERL_VERSION?= 5.6.1
|
||||
PERL_VER?= 5.6.1
|
||||
PERL_ARCH?= mach
|
||||
.else
|
||||
.if ${OSVERSION} >= 500007
|
||||
PERL_VERSION?= 5.6.0
|
||||
PERL_VER?= 5.6.0
|
||||
@ -981,6 +986,7 @@ PERL_VERSION?= 5.00502
|
||||
PERL_VER?= 5.005
|
||||
PERL_ARCH?= ${ARCH}-freebsd
|
||||
.endif
|
||||
.endif
|
||||
PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
||||
PERL_VER=${PERL_VER} \
|
||||
PERL_ARCH=${PERL_ARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user