1 # Contributor: Viliam Pucik <viliam.pucik@gmail.com>
2 # Generator : CPANPLUS::Dist::Arch 1.18
4 pkgname='perl-poe-component-snmp'
7 pkgdesc="POE interface to Net::SNMP"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl-net-snmp' 'perl-poe>=0.31')
13 url='http://search.cpan.org/dist/POE-Component-SNMP'
14 source=('http://search.cpan.org/CPAN/authors/id/R/RD/RDB/POE-Component-SNMP-1.1006.tar.gz')
15 md5sums=('9a2ef36ca0c40e030f0af35174a67172')
16 sha512sums=('d66f516421bb9d6fa34c85c393878fb43816229a738a82f316ed57952ebf9c678b0ef96abfc236b6dc6eec29fc83b9fbbfaddb5659e4b039fa6be02b7d6aee36')
17 _distdir="${srcdir}/POE-Component-SNMP-1.1006"
20 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
21 PERL_AUTOINSTALL=--skipdeps \
22 PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
23 PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
24 MODULEBUILDRC=/dev/null
27 /usr/bin/perl Makefile.PL
34 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
42 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
49 # vim:set ts=2 sw=2 et: