Initial import of p5-Net-SNMP-Mixin version 0.12 in the NetBSD
Packages Collection. The Perl 5 module Net::SNMP::Mixin is a thin framework to access cooked SNMP information from SNMP agents with various mixins to Net::SNMP. This module provides helper functions in order to mixin methods into the inheritance tree of the Net::SNMP session instances or the Net::SNMP class itself
This commit is contained in:
parent
2710aa2e82
commit
a0dacb5ae6
3 changed files with 34 additions and 0 deletions
5
net/p5-Net-SNMP-Mixin/DESCR
Normal file
5
net/p5-Net-SNMP-Mixin/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Perl 5 module Net::SNMP::Mixin is a thin framework to access
|
||||
cooked SNMP information from SNMP agents with various mixins to
|
||||
Net::SNMP. This module provides helper functions in order to mixin
|
||||
methods into the inheritance tree of the Net::SNMP session instances
|
||||
or the Net::SNMP class itself
|
24
net/p5-Net-SNMP-Mixin/Makefile
Normal file
24
net/p5-Net-SNMP-Mixin/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/08/01 13:01:52 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-SNMP-Mixin-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Net-SNMP-Mixin/
|
||||
COMMENT= Perl 5 module providing a mixin framework for Net::SNMP
|
||||
|
||||
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP
|
||||
DEPENDS+= p5-Package-Generator>=0.102:../../devel/p5-Package-Generator
|
||||
DEPENDS+= p5-Sub-Exporter>=0.978:../../devel/p5-Sub-Exporter
|
||||
|
||||
PERL5_PACKLIST= auto/Net/SNMP/Mixin/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
net/p5-Net-SNMP-Mixin/distinfo
Normal file
5
net/p5-Net-SNMP-Mixin/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/08/01 13:01:52 seb Exp $
|
||||
|
||||
SHA1 (Net-SNMP-Mixin-0.12.tar.gz) = 9e9596f4fbd1d073eaf59e1fdb3d1afe7d6f9a7b
|
||||
RMD160 (Net-SNMP-Mixin-0.12.tar.gz) = 5d3903d583c2499d05dcd2c9b5ac66dfa0d0fcae
|
||||
Size (Net-SNMP-Mixin-0.12.tar.gz) = 17278 bytes
|
Loading…
Reference in a new issue