mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Mark port IGNORE instead of BROKEN for perl < 5.6 to keep bento
from complaining. Now uses new PERL makefile variables. PR: ports/48595 Submitted by: Lars Thegler <lars@thegler.dk>
This commit is contained in:
parent
64552a4a4a
commit
a38e69cbbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76318
4 changed files with 8 additions and 28 deletions
|
@ -23,16 +23,11 @@ RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
|
|||
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
|
||||
|
||||
PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
|
||||
PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
|
||||
|
||||
.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
|
||||
BROKEN= "This port requires Perl v5.6.0 or newer"
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
MAN1= snmpkey.1
|
||||
|
|
|
@ -23,16 +23,11 @@ RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
|
|||
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
|
||||
|
||||
PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
|
||||
PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
|
||||
|
||||
.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
|
||||
BROKEN= "This port requires Perl v5.6.0 or newer"
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
MAN1= snmpkey.1
|
||||
|
|
|
@ -23,16 +23,11 @@ RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
|
|||
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
|
||||
|
||||
PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
|
||||
PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
|
||||
|
||||
.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
|
||||
BROKEN= "This port requires Perl v5.6.0 or newer"
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
MAN1= snmpkey.1
|
||||
|
|
|
@ -23,16 +23,11 @@ RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
|
|||
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
|
||||
|
||||
PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
|
||||
PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
|
||||
|
||||
.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 6
|
||||
BROKEN= "This port requires Perl v5.6.0 or newer"
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
MAN1= snmpkey.1
|
||||
|
|
Loading…
Add table
Reference in a new issue