1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
6 pkgdesc="Adapt CGI.pm to the PSGI protocol"
8 url="http://search.cpan.org/~miyagawa/CGI-PSGI-$pkgver/"
9 license=('GPL' 'PerlArtistic')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/CGI-PSGI-$pkgver.tar.gz")
13 md5sums=('58a39711add2b48229710688c5f81cfd')
16 cd "$srcdir/CGI-PSGI-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
22 cd "$srcdir/CGI-PSGI-$pkgver"
23 make install DESTDIR="$pkgdir"