Reduce dependency on p5-Digest-MD5 with perl-5.8.

No response from:	maintainer
This commit is contained in:
Jun Kuriyama 2004-11-05 03:04:20 +00:00
parent eda420f62c
commit 104e8837ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120829

View File

@ -7,6 +7,7 @@
PORTNAME= Net-SNMP
PORTVERSION= 5.0.1
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -16,7 +17,6 @@ MAINTAINER= lth@FreeBSD.org
COMMENT= A perl module for SNMP... Net::SNMP
RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/Digest/HMAC.pm:${PORTSDIR}/security/p5-Digest-HMAC
@ -32,5 +32,8 @@ MAN3= Net::SNMP.3
.if ${PERL_LEVEL} < 500600
IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif
.include <bsd.port.post.mk>