22 lines
428 B
Makefile
22 lines
428 B
Makefile
# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SNMP-Simple
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shortcuts for when using p5-SNMP
|
|
|
|
RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= SNMP::Simple.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|