aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Simple/Makefile
blob: 4c55ffa83bdb6c1cc6d55b48f14dbdac4e45fda2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com>

PORTNAME=	SNMP-Simple
PORTVERSION=	0.02
PORTREVISION=	3
CATEGORIES=	net-mgmt perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Shortcuts for when using p5-SNMP

RUN_DEPENDS=	net-snmp>=0:net-mgmt/net-snmp

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>