diff options
Diffstat (limited to 'net-mgmt/p5-SNMP-Info/Makefile')
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 669f2a5d7568..fdf0610a3e39 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SNMP-Info -PORTVERSION= 3.39 +PORTVERSION= 3.54 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,13 @@ COMMENT= Perl5 module for gathering information from network devices LICENSE= BSD3CLAUSE LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +RUN_DEPENDS= p5-PPI>0:textproc/p5-PPI \ + p5-Module-Info>0:devel/p5-Module-Info \ + p5-Class-ISA>0:devel/p5-Class-ISA +BUILD_DEPENDS:= ${RUN_DEPENDS} -NO_ARCH= yes USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes .include <bsd.port.mk> |