summaryrefslogtreecommitdiff
path: root/net/p5-Net-SNMP
diff options
context:
space:
mode:
authorobache <obache>2013-12-09 14:17:41 +0000
committerobache <obache>2013-12-09 14:17:41 +0000
commit6d099479482056adfc66dbb08690849831ffacb6 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /net/p5-Net-SNMP
parentc236e9247714297ef27d153abd4fbb9bf49978af (diff)
downloadpkgsrc-6d099479482056adfc66dbb08690849831ffacb6.tar.gz
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'net/p5-Net-SNMP')
-rw-r--r--net/p5-Net-SNMP/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile
index eb50729c02b..b4b82bf4d29 100644
--- a/net/p5-Net-SNMP/Makefile
+++ b/net/p5-Net-SNMP/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2013/05/31 12:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2013/12/09 14:17:50 obache Exp $
#
DISTNAME= Net-SNMP-v6.0.1
PKGNAME= p5-${DISTNAME:S/v6/6/}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5nsn
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
DEPENDS+= p5-Crypt-Rijndael>=1.02:../../security/p5-Crypt-Rijndael
-DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.11}:../../security/p5-Digest-MD5
DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
DEPENDS+= p5-Socket6>=0.23:../../net/p5-Socket6