1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net-mgmt/p5-SNMP-Util/Makefile

27 lines
550 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-SNMP-Util
# Date created: September 7 1999
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SNMP-Util
2001-05-17 22:22:20 +00:00
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
2012-06-07 08:50:24 +00:00
RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp
EXTRA_PATCHES= ${PATCHDIR}/extra-net-snmp-patch-Makefile.PL
PERL_CONFIGURE= yes
MAN3= SNMP::Util.3
.include <bsd.port.mk>