blob: d11db236024dc173a8afafe63bc7494f3790422c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= SNMP-Util
PORTVERSION= 1.8
PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc
WWW= https://metacpan.org/release/SNMP-Util
RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp
EXTRA_PATCHES= ${PATCHDIR}/extra-net-snmp-patch-Makefile.PL
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|