aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-SNMP-Info/Makefile
blob: 9ee24ac18a0acb5136cff62ac40b2541bc70f6b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: arved
# $FreeBSD$

PORTNAME=   SNMP-Info
PORTVERSION=    3.08
CATEGORIES= net-mgmt perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= jadawin@FreeBSD.org
COMMENT=    Perl5 module for gathering information from network devices

LICENSE=    BSD

LIB_DEPENDS=    libnetsnmp.so.30:${PORTSDIR}/net-mgmt/net-snmp

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>