aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-html-mason-psgihandler/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-html-mason-psgihandler/APKBUILD')
-rw-r--r--testing/perl-html-mason-psgihandler/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/perl-html-mason-psgihandler/APKBUILD b/testing/perl-html-mason-psgihandler/APKBUILD
deleted file mode 100644
index bed4fbed57..0000000000
--- a/testing/perl-html-mason-psgihandler/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Timo Teräs <timo.teras@iki.fi>
-# Maintainer: Timo Teräs <timo.teras@iki.fi>
-pkgname=perl-html-mason-psgihandler
-_pkgreal=HTML-Mason-PSGIHandler
-pkgver=0.52
-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=""
-depends="$cpandepends"
-makedepends="perl-dev perl-plack $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/A/AB/ABH/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- make && make test
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-md5sums="42aa3272e16af0d6f35ac031d274dad8 HTML-Mason-PSGIHandler-0.52.tar.gz"