1 # Contributor: AUR Perl <aurperl@juster.info>
2 # Generator : CPANPLUS::Dist::Arch 1.15
4 pkgname='perl-context-preserve'
7 pkgdesc="run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
12 makedepends=('perl-test-exception' 'perl-test-use-ok')
13 url='http://search.cpan.org/dist/Context-Preserve'
14 source=('http://search.cpan.org/CPAN/authors/id/J/JR/JROCKWAY/Context-Preserve-0.01.tar.gz')
15 md5sums=('e28c24d9e85d3f7de1c7b9a545ba991a')
16 _distdir="${srcdir}/Context-Preserve-0.01"
19 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
20 PERL_AUTOINSTALL=--skipdeps \
21 PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
22 PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
23 MODULEBUILDRC=/dev/null
26 /usr/bin/perl Makefile.PL
33 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
41 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
48 # vim:set ts=2 sw=2 et: