Tweak net-mgmt/unifi2 version 2.4.6_4
[dports.git] / net-mgmt / p5-SNMP-Info / Makefile
1 # Created by: arved
2 # $FreeBSD$
3
4 PORTNAME=       SNMP-Info
5 PORTVERSION=    3.20
6 CATEGORIES=     net-mgmt perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     jadawin@FreeBSD.org
11 COMMENT=        Perl5 module for gathering information from network devices
12
13 LICENSE=        BSD3CLAUSE
14
15 LIB_DEPENDS=    libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>