1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-html-mason-psgihandler
6 pkgdesc="PSGI handler for HTML::Mason "
8 url="http://search.cpan.org/~abh/HTML-Mason-PSGIHandler-$pkgver/"
9 license=('GPL' 'PerlArtistic')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/HTML-Mason-PSGIHandler-$pkgver.tar.gz")
13 md5sums=('42aa3272e16af0d6f35ac031d274dad8')
16 cd "$srcdir/HTML-Mason-PSGIHandler-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
22 cd "$srcdir/HTML-Mason-PSGIHandler-$pkgver"
23 make install DESTDIR="$pkgdir"