mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25 lines
490 B
Makefile
25 lines
490 B
Makefile
# Created by: Bill Fenner <fenner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SNMP-Util
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc
|
|
|
|
RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
|
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/extra-net-snmp-patch-Makefile.PL
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= SNMP::Util.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|