From ecd93eb2373f2bec431dbedaacdcc14f04eb2287 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 25 May 2005 16:59:02 +0000 Subject: Initial import of p5-SNMP-Info. This module is geared towards network devices. Subclasses exist for a number of network devices and common MIBs. The idea behind this module is to give a common interface to data from network devices, leaving the device-specific hacks behind the scenes in subclasses. The information may be coming from any number of MIB files and is very vendor specific. SNMP::Info provides you a common method for all supported devices. --- net/p5-SNMP-Info/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/p5-SNMP-Info/Makefile (limited to 'net/p5-SNMP-Info/Makefile') diff --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile new file mode 100644 index 00000000000..da9d9907713 --- /dev/null +++ b/net/p5-SNMP-Info/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 16:59:02 bouyer Exp $ +# + +DISTNAME= SNMP-Info-0.9.0 +PKGNAME= p5-SNMP-Info-0.9 +SVR4_PKGNAME= p5sni +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/} + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://snmp-info.sourceforge.net/ +COMMENT= Perl5 object oriented interface to SNMP informations + +DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp + +WRKSRC= ${WRKDIR}/${PKGNAME:S/p5-//} +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP/Info/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3