blob: ee7b7701fc583c03bbeec90a155daf2bf763e185 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com>
# $FreeBSD$
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>
|