1 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
2 # Generator : CPANPLUS::Dist::Arch 0.15
3 pkgname='perl-catalyst-plugin-session-store-file'
6 pkgdesc="File storage backend for session data."
8 license=('PerlArtistic' 'GPL')
10 depends=('perl' 'perl-cache-cache>=1.02' 'perl-catalyst-plugin-session>=0.27' 'perl-catalyst-runtime>=5.7000' 'perl-class-data-inheritable>=0.04' 'perl-mro-compat>=0.10')
11 url='http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File'
12 source=('http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Plugin-Session-Store-File-0.18.tar.gz')
13 md5sums=('ab6912c5d8a4eeedc7d603e5bb0a47cf')
16 _DISTDIR="${srcdir}/Catalyst-Plugin-Session-Store-File-0.18"
17 export PERL_MM_USE_DEFAULT=1
19 perl Makefile.PL INSTALLDIRS=vendor &&
22 make DESTDIR="${pkgdir}/" install;
25 find "$pkgdir" -name .packlist -delete
26 find "$pkgdir" -name perllocal.pod -delete