blob: 6789a03b77c13327ef1cec098b313d4e1a3eaba7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: arved
# $FreeBSD$
PORTNAME= SNMP-Info
PORTVERSION= 3.61
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl5 module for gathering information from network devices
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${RUN_DEPENDS}
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
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>
|