summaryrefslogtreecommitdiff
path: root/net/snmptt
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/snmptt
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/snmptt')
-rw-r--r--net/snmptt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/snmptt/Makefile b/net/snmptt/Makefile
index b44e9fa6e90..8ed0c932c9d 100644
--- a/net/snmptt/Makefile
+++ b/net/snmptt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:43 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:51 obache Exp $
#
DISTNAME= snmptt_1.3
EXTRACT_SUFX= .tgz
PKGNAME= snmptt-1.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snmptt/}
@@ -13,11 +13,11 @@ HOMEPAGE= http://www.snmptt.org/
COMMENT= SNMP trap handler written in Perl
DEPENDS+= p5-Config-IniFiles-[0-9]*:../../devel/p5-Config-IniFiles
-DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-DBD-ODBC-[0-9]*:../../databases/p5-DBD-ODBC
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
WRKSRC= ${WRKDIR}/${DISTNAME}