aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-12 18:01:10 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-20 13:27:32 +0000
commit8cabf867940a9a839bf07e68ce0326972fa8650d (patch)
treec98d3d6d821bd9e172963dd1a1fb0b4f9912e6e4
parentd58b8b85381185f21028e2be89af5c53e005d058 (diff)
downloadaports-8cabf867940a9a839bf07e68ce0326972fa8650d.tar.bz2
aports-8cabf867940a9a839bf07e68ce0326972fa8650d.tar.xz
community/perl-cpan-meta-check: remove, is in main/
-rw-r--r--community/perl-cpan-meta-check/APKBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/community/perl-cpan-meta-check/APKBUILD b/community/perl-cpan-meta-check/APKBUILD
deleted file mode 100644
index 7fe544ebb9..0000000000
--- a/community/perl-cpan-meta-check/APKBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=perl-cpan-meta-check
-_pkgreal=CPAN-Meta-Check
-pkgver=0.014
-pkgrel=1
-pkgdesc="Verify requirements in a CPAN::Meta object"
-url="http://search.cpan.org/dist/CPAN-Meta-Check/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends=""
-cpanmakedepends="perl-test-deep"
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/$_pkgreal-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- default_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
-}
-
-check() {
- cd "$builddir"
- make test
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="a10af09a7ce771ca3983adea8053d141750fd09849609a28e7f973831fd3a3ece55281841aec93c099154bb59135986da4983bf612ae4e956c45dbb3f2770f5e CPAN-Meta-Check-0.014.tar.gz"