1 # Contributor: Justin Davis <jrcd83@gmail.com>
2 # Generator : CPANPLUS::Dist::Arch 1.18
4 pkgname='perl-collection'
7 pkgdesc="CRUD framework"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl-flow>=0.6')
13 url='http://search.cpan.org/dist/Collection'
14 source=('http://search.cpan.org/CPAN/authors/id/Z/ZA/ZAG/Collection-0.50.tar.gz')
15 md5sums=('5f238629afff5eadcf0fd2a8333d6c99')
16 sha512sums=('4291b1c149b5bfbe6db0280edcef16f3603e19f9c765a44ce59cd6e45ce609e18d1b291c7d7751860c08a6aa1372af31b98a5b561afb57407fc6fff431c083df')
17 _distdir="${srcdir}/Collection-0.50"
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: