diff options
author | seb <seb@pkgsrc.org> | 2008-08-01 13:01:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-01 13:01:52 +0000 |
commit | a0dacb5ae608842ccdf23a3655b00bc97ab5df01 (patch) | |
tree | 02e8af26a5fa756626a9995ad36141efa97989fc /net | |
parent | 2710aa2e821788927e840474d929634b803157f4 (diff) | |
download | pkgsrc-a0dacb5ae608842ccdf23a3655b00bc97ab5df01.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SNMP-Mixin/DESCR | 5 | ||||
-rw-r--r-- | net/p5-Net-SNMP-Mixin/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Net-SNMP-Mixin/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/p5-Net-SNMP-Mixin/DESCR b/net/p5-Net-SNMP-Mixin/DESCR new file mode 100644 index 00000000000..4f79230adf0 --- /dev/null +++ b/net/p5-Net-SNMP-Mixin/DESCR @@ -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 diff --git a/net/p5-Net-SNMP-Mixin/Makefile b/net/p5-Net-SNMP-Mixin/Makefile new file mode 100644 index 00000000000..da017e235e4 --- /dev/null +++ b/net/p5-Net-SNMP-Mixin/Makefile @@ -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" diff --git a/net/p5-Net-SNMP-Mixin/distinfo b/net/p5-Net-SNMP-Mixin/distinfo new file mode 100644 index 00000000000..c3b96bb5b89 --- /dev/null +++ b/net/p5-Net-SNMP-Mixin/distinfo @@ -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 |