1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-mgmt/p5-SNMP-Simple/Makefile
Andrej Zverev d7a605a2ef - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:20:02 +00:00

20 lines
390 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= perl@FreeBSD.org
COMMENT= Shortcuts for when using p5-SNMP
RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>