mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
d2421ed35f
- EIGRP Peer Neighbor Formatting / Munge - Unpack binary MAC if present in cdp_port - Fix SNMPv1 cdp_run check PR: 229250 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr>
30 lines
640 B
Makefile
30 lines
640 B
Makefile
# 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
|
|
|
|
DEPENDS= p5-PPI>0:textproc/p5-PPI \
|
|
p5-Module-Info>0:devel/p5-Module-Info \
|
|
p5-Class-ISA>0:devel/p5-Class-ISA
|
|
|
|
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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|