2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 0.20
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-constant/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-constant'
10 pkgdesc="Define compile-time constants"
12 url='http://search.cpan.org/dist/constant'
13 license=('PerlArtistic' 'GPL')
16 options=('!emptydirs')
18 source=('http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/constant-1.19.tar.gz')
19 md5sums=('02a50c99106831787bbac0c01d38a831')
22 DIST_DIR="${srcdir}/constant-1.19"
23 export PERL_AUTOINSTALL=--skipdeps PERL_MM_USE_DEFAULT=1
26 perl Makefile.PL INSTALLDIRS=vendor &&
29 make DESTDIR="$pkgdir" install;
32 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete