aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-module-runtime/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-module-runtime/APKBUILD')
-rw-r--r--community/perl-module-runtime/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/community/perl-module-runtime/APKBUILD b/community/perl-module-runtime/APKBUILD
deleted file mode 100644
index b69c56cbe2..0000000000
--- a/community/perl-module-runtime/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=perl-module-runtime
-_pkgreal=Module-Runtime
-pkgver=0.016
-pkgrel=0
-pkgdesc="runtime module handling"
-url="http://search.cpan.org/dist/Module-Runtime/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends="perl-test-pod perl-test-pod-coverage perl-module-build"
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/$_pkgreal-$pkgver.tar.gz"
-
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-check() {
- cd "$builddir"
- ./Build test
-}
-
-prepare() {
- cd "$builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- perl Build.PL installdirs=vendor
-}
-
-build() {
- cd "$builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- ./Build
-}
-
-package() {
- cd "$builddir"
- ./Build install destdir="$pkgdir" || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf492216283528755550ab09e466ceafb4f0cfbaeb9e Module-Runtime-0.016.tar.gz"