1 # Contributor: minimalist <minimalist@lavabit.com>
2 # Generator : CPANPLUS::Dist::Arch 1.18
4 pkgname='perl-plack-middleware-debug'
7 pkgdesc="display information about the current request/response"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl>=5.8.1' 'perl-class-method-modifiers>=1.05' 'perl-data-dump' 'perl-file-sharedir>=1.00' 'perl-module-versions>=0.01' 'perl-plack' 'perl-text-microtemplate>=0.15')
13 url='http://search.cpan.org/dist/Plack-Middleware-Debug'
14 source=('http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Plack-Middleware-Debug-0.14.tar.gz')
15 md5sums=('55b4d11e38299002cf68b6b0fd91631e')
16 sha512sums=('d176656dc1aa2cfad0ecbe5b9d9ee667c8ab606ef670c1a67788109bd24d57e8bf8bb03b1c333c2460e053e2a3d04abfeabc3a82970093ef40ed7b73d0a9c17d')
17 _distdir="${srcdir}/Plack-Middleware-Debug-0.14"
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=""
43 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
50 # vim:set ts=2 sw=2 et: