mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
25 lines
540 B
Makefile
25 lines
540 B
Makefile
# New ports collection makefile for: p5-SNMP-Util
|
|
# Date created: September 7 1999
|
|
# Whom: Bill Fenner <fenner@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SNMP-Util
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SNMP
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/p5-SNMP
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= SNMP::Util.3
|
|
|
|
.include <bsd.port.mk>
|