1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net-mgmt/p5-SNMP-Simple/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
378 B
Makefile

# 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>