freebsd-ports/net-mgmt/p5-SNMP-Info/Makefile
2014-08-04 13:41:23 +00:00

20 lines
376 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= SNMP-Info
PORTVERSION= 3.19
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl5 module for gathering information from network devices
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>