1 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
2 # Generator : CPANPLUS::Dist::Arch 0.16
3 pkgname='perl-datetime-format-sqlite'
6 pkgdesc="Parse and format SQLite dates and times"
8 license=('PerlArtistic' 'GPL')
10 depends=('perl' 'perl-datetime>=0.1' 'perl-datetime-format-builder>=0.6')
11 url='http://search.cpan.org/dist/DateTime-Format-SQLite'
12 source=('http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/DateTime-Format-SQLite-0.11.tar.gz')
13 md5sums=('9cc9cc861407a1bbc696226605279842')
16 _DISTDIR="${srcdir}/DateTime-Format-SQLite-0.11"
17 export PERL_MM_USE_DEFAULT=1
19 perl Makefile.PL INSTALLDIRS=vendor &&
22 make DESTDIR="${pkgdir}/" install;
25 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete