aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-module-implementation
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 09:02:45 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 11:24:36 +0000
commit3f644060947ea52736c5364cb3cf2cd4c9b2e0e9 (patch)
treea847bdd39059b7abb433082469e25c59193bbd11 /testing/perl-module-implementation
parent87ae08edc4c89b1d4fb785c483ac01c7db005754 (diff)
downloadaports-3f644060947ea52736c5364cb3cf2cd4c9b2e0e9.tar.bz2
aports-3f644060947ea52736c5364cb3cf2cd4c9b2e0e9.tar.xz
community/perl-module-implementation: moved from testing
Diffstat (limited to 'testing/perl-module-implementation')
-rw-r--r--testing/perl-module-implementation/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/perl-module-implementation/APKBUILD b/testing/perl-module-implementation/APKBUILD
deleted file mode 100644
index 217929784a..0000000000
--- a/testing/perl-module-implementation/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-module-implementation
-_pkgreal=Module-Implementation
-pkgver=0.07
-pkgrel=0
-pkgdesc="Loads one of several alternate underlying implementations for a module"
-url="http://search.cpan.org/dist/Module-Implementation/"
-arch="noarch"
-license="Artistic-2"
-cpandepends="perl-module-runtime perl-try-tiny perl-test-taint"
-cpanmakedepends=" perl-test-fatal perl-test-requires "
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_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="55483fce4266747e823a1004499bd70c Module-Implementation-0.07.tar.gz"
-sha256sums="7349837153939d7f5777b28f49e2940a0aa003e75f587e1674da5bd5101d2997 Module-Implementation-0.07.tar.gz"
-sha512sums="f2ea0aba3a21fd5a338899f74d0d59e0590983787a85083e2bf68bb0c27ca82362090d4bfca685a36895e8832a4784c86bb999b13b90c9a0356f326bf8bb6f99 Module-Implementation-0.07.tar.gz"