1 # Contributor: 3ED <krzysztof1987 at gmail dot com>
3 pkgname=perl-eval-closure
8 pkgdesc="safely and cleanly create closures via string eval"
10 license=('PerlArtistic' 'GPL')
11 options=('!emptydirs')
12 depends=('perl' 'perl-test-simple' 'perl-test-requires' 'perl-test-fatal' 'perl-scalar-list-utils' 'perl-try-tiny' 'perl-sub-exporter')
13 url='http://search.cpan.org/dist/Eval-Closure/'
14 source=(http://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
15 sha256sums=('2c425b6189c30dd0782c22f86e16c578b508ab78c3398edc8fbc8f7cda8b4e62')
18 cd "${srcdir}/${_pkgname}-${pkgver}"
20 export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
21 PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
22 PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
23 MODULEBUILDRC=/dev/null
25 if [ -f "Build.PL" ]; then
28 elif [ -f "Makefile.PL" ]; then
36 cd "${srcdir}/${_pkgname}-${pkgver}"
38 if [ -f "Build.PL" ]; then
40 elif [ -f "Makefile.PL" ]; then
45 cd "${srcdir}/${_pkgname}-${pkgver}"
47 if [ -f "Build.PL" ]; then
49 elif [ -f "Makefile.PL" ]; then
53 find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete