1 # Contributor: Anonymous
2 # Generator : CPANPLUS::Dist::Arch 0.14
3 pkgname='perl-net-cidr'
6 pkgdesc="Manipulate netblock lists in CIDR notation"
8 license=('PerlArtistic' 'GPL')
11 url='http://search.cpan.org/dist/Net-CIDR'
12 source=('http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/Net-CIDR-0.13.tar.gz')
13 md5sums=('40f0f42104b314af91ab78119e0096de')
16 _DISTDIR="${srcdir}/Net-CIDR-0.13"
17 export PERL_MM_USE_DEFAULT=1
19 perl Makefile.PL INSTALLDIRS=vendor &&
22 make DESTDIR="${pkgdir}/" install;
25 find "$pkgdir" -name .packlist -delete
26 find "$pkgdir" -name perllocal.pod -delete