mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d7a605a2ef
Approved by: portmgr (blanket infrastructure)
20 lines
390 B
Makefile
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>
|