diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-23 20:46:32 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-23 20:46:32 +0000 |
commit | dfbd95298a3a7d78110f958c26f01ecafc8a6fb2 (patch) | |
tree | 5ef6e39d0c6f376bbe0a9583cbce72c007c6aa24 /net/p5-Net-SNMP | |
parent | 131c75d3572481add110fa44a1e1e972c8f2f225 (diff) | |
download | FreeBSD-ports-dfbd95298a3a7d78110f958c26f01ecafc8a6fb2.zip FreeBSD-ports-dfbd95298a3a7d78110f958c26f01ecafc8a6fb2.tar.gz |
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>
Diffstat (limited to 'net/p5-Net-SNMP')
-rw-r--r-- | net/p5-Net-SNMP/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile index 83740da..8b091b0 100644 --- a/net/p5-Net-SNMP/Makefile +++ b/net/p5-Net-SNMP/Makefile @@ -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 |