1 # CPAN Name : Sub-Identify
2 # Contributor: Anonymous
3 # Generator : CPANPLUS::Dist::Arch 1.00
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-sub-identify/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-sub-identify'
10 pkgdesc="Retrieve names of code references"
11 arch=('i686' 'x86_64')
12 url='http://search.cpan.org/dist/Sub-Identify'
13 license=('PerlArtistic' 'GPL')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-0.04.tar.gz')
20 md5sums=('cfa7c0d73090a2b4fb75d8a581a3ca81')
23 DIST_DIR="${srcdir}/Sub-Identify-0.04"
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