aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-test-exception/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-test-exception/APKBUILD')
-rw-r--r--testing/perl-test-exception/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/perl-test-exception/APKBUILD b/testing/perl-test-exception/APKBUILD
deleted file mode 100644
index 264305b613..0000000000
--- a/testing/perl-test-exception/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-# Maintainer:
-pkgname=perl-test-exception
-_pkgreal=Test-Exception
-pkgver=0.31
-pkgrel=1
-pkgdesc="Perl module for testing exception-using code"
-url="http://search.cpan.org/dist/Test-Exception/"
-arch="noarch"
-license="GPL PerlArtistic"
-depends=
-makedepends="perl-dev"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-build() {
- cd "$_builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" -name perllocal.pod -delete
-}
-
-md5sums="adb57ca7614d15e5b307bf5e024b35a8 Test-Exception-0.31.tar.gz"