2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 0.20
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-tenjin/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
10 pkgdesc="Fast templating engine with embedded perl"
12 url='http://search.cpan.org/dist/Tenjin'
13 license=('PerlArtistic' 'GPL')
14 depends=('perl' 'perl-html-parser')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/I/ID/IDOPEREL/Tenjin-0.061.tar.gz')
20 md5sums=('b2d2990969684dbf57e6f57bf748d86f')
23 DIST_DIR="${srcdir}/Tenjin-0.061"
24 export PERL_AUTOINSTALL=--skipdeps PERL_MM_USE_DEFAULT=1
27 perl Makefile.PL INSTALLDIRS=vendor &&
30 make DESTDIR="$pkgdir" install;
33 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete