diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-18 06:35:07 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-18 06:35:07 +0800 |
commit | 99659bd1435bc68ebabb42343276ecd3a78858bd (patch) | |
tree | f3f30200c841d5c723ad8733468d5c09b3138e66 | |
parent | 001675be5b99c9f0b84429357bd5fa3913a5a7c9 (diff) | |
download | freebsd-ports-gnome-99659bd1435bc68ebabb42343276ecd3a78858bd.tar.gz freebsd-ports-gnome-99659bd1435bc68ebabb42343276ecd3a78858bd.tar.zst freebsd-ports-gnome-99659bd1435bc68ebabb42343276ecd3a78858bd.zip |
- Add missing RUN_DEPENDS
- Bump PORTREVISION
PR: ports/165777
Approved by: maintainer timeout (freebsd-ports@bluepex.com, >2 weeks)
Feature safe: yes
-rw-r--r-- | net-mgmt/p5-SNMP-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |