diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-11-05 03:04:20 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-11-05 03:04:20 +0000 |
commit | 2151a56231ac4f70567364c9343d32f168d063dc (patch) | |
tree | 0b1e44554e34ecf3a43f1e7dbd9dea36e3fb18b5 /net-mgmt/p5-Net-SNMP | |
parent | 9e7f0f1c6252c809bd0e66370de552fafc21f398 (diff) | |
download | FreeBSD-ports-2151a56231ac4f70567364c9343d32f168d063dc.zip FreeBSD-ports-2151a56231ac4f70567364c9343d32f168d063dc.tar.gz |
Reduce dependency on p5-Digest-MD5 with perl-5.8.
No response from: maintainer
Diffstat (limited to 'net-mgmt/p5-Net-SNMP')
-rw-r--r-- | net-mgmt/p5-Net-SNMP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile index 35a2dad..7c90a13 100644 --- a/net-mgmt/p5-Net-SNMP/Makefile +++ b/net-mgmt/p5-Net-SNMP/Makefile @@ -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> |