# Automatically generated by apkbuild-cpan, template 1 # Contributor: Timo Teräs # Maintainer: Timo Teräs pkgname=perl-html-mason-psgihandler _pkgreal=HTML-Mason-PSGIHandler pkgver=0.53 pkgrel=0 pkgdesc="PSGI handler for HTML::Mason" url="http://search.cpan.org/dist/HTML-Mason-PSGIHandler/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-cgi-psgi perl-html-mason" cpanmakedepends=" perl-plack " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` make && make test } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="f5982567c24f86b41c4cad43fd07c16c HTML-Mason-PSGIHandler-0.53.tar.gz" sha256sums="eafd7c7655dfa8261df3446b931a283d30306877b83ac4671c49cff74ea7f00b HTML-Mason-PSGIHandler-0.53.tar.gz" sha512sums="d8fe27ff0b25e41b7e64e83c277d323f5207b66e7630e3f688d586c375c63b1837935934a67e630c54fe8219e7b44fe084875e1530d36044fac85884ea62da40 HTML-Mason-PSGIHandler-0.53.tar.gz"