diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-17 22:35:07 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-17 22:35:07 +0000 |
commit | 99659bd1435bc68ebabb42343276ecd3a78858bd (patch) | |
tree | f3f30200c841d5c723ad8733468d5c09b3138e66 | |
parent | * Sat Mar 17 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.6 (diff) |
- Add missing RUN_DEPENDS
- Bump PORTREVISION
PR: ports/165777
Approved by: maintainer timeout (freebsd-ports@bluepex.com, >2 weeks)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293474
-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 |