From 99659bd1435bc68ebabb42343276ecd3a78858bd Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 17 Mar 2012 22:35:07 +0000 Subject: - Add missing RUN_DEPENDS - Bump PORTREVISION PR: ports/165777 Approved by: maintainer timeout (freebsd-ports@bluepex.com, >2 weeks) Feature safe: yes --- net-mgmt/p5-SNMP-Simple/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/p5-SNMP-Simple/Makefile b/net-mgmt/p5-SNMP-Simple/Makefile index fb57cbd98b5d..ab848b1e6a3a 100644 --- a/net-mgmt/p5-SNMP-Simple/Makefile +++ b/net-mgmt/p5-SNMP-Simple/Makefile @@ -7,7 +7,7 @@ PORTNAME= SNMP-Simple PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@bluepex.com COMMENT= Shortcuts for when using p5-SNMP +RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp + PERL_CONFIGURE= yes MAN3= SNMP::Simple.3 -- cgit