freebsd-ports/net-mgmt/p5-Net-SNMP-Util/Makefile
Philippe Audeoud 6f547893e9 This module, Net::SNMP::Util, gives you functions of SNMP getting
operation interfaces using Net::SNMP communicating with multiple
hosts and multi-OIDs.

WWW:	http://search.cpan.org/dist/Net-SNMP-Util/

PR:		ports/156021
Submitted by:	Hsin-Han You <hhyou at cs.nctu.edu.tw>
2011-04-05 14:03:48 +00:00

24 lines
609 B
Makefile

# New ports collection makefile for: p5-Net-SNMP-Util
# Date created: 2011-03-29
# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-SNMP-Util
PORTVERSION= 1.04
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN/../../authors/id/T/TO/TONODERA
PKGNAMEPREFIX= p5-
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Utility functions for Net::SNMP
RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
PERL_CONFIGURE= yes
MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3
.include <bsd.port.mk>