aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-carp-clan
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-carp-clan')
-rw-r--r--testing/perl-carp-clan/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/perl-carp-clan/APKBUILD b/testing/perl-carp-clan/APKBUILD
deleted file mode 100644
index a3407ee3e7..0000000000
--- a/testing/perl-carp-clan/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer:
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.04
-pkgrel=0
-pkgdesc="Report errors from perspective of caller of a clan of modules "
-url="http://search.cpan.org/~stbey/Carp-Clan-6.04/"
-arch="noarch"
-license="PerlArtistic"
-depends="perl perl-test-exception"
-depends_dev=""
-makedepends="perl-dev perl-test-exception"
-install=""
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/$_realname-$pkgver.tar.gz"
-_builddir="$srcdir"/$_realname-$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 -o -name .packlist \) -delete
-}
-
-md5sums="b6316bc51bb530d994f2784615939fb2 Carp-Clan-6.04.tar.gz"