aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2017-11-10 22:14:06 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2017-11-10 22:27:55 +0000
commitff75f59d29c57ed283d328b55f8065dbe35a65dd (patch)
tree0ea677e877fa36020882d04cccfd9d90f77e8c34 /community
parent2657397f5b02eb0c1c9cf7a99cd254859bdf2f99 (diff)
downloadaports-ff75f59d29c57ed283d328b55f8065dbe35a65dd.tar.bz2
aports-ff75f59d29c57ed283d328b55f8065dbe35a65dd.tar.xz
community/perl-module-scandeps: move to main
moved due to perl-module-install
Diffstat (limited to 'community')
-rw-r--r--community/perl-module-scandeps/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/community/perl-module-scandeps/APKBUILD b/community/perl-module-scandeps/APKBUILD
deleted file mode 100644
index 8320ef4772..0000000000
--- a/community/perl-module-scandeps/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
-pkgname=perl-module-scandeps
-_pkgreal=Module-ScanDeps
-pkgver=1.24
-pkgrel=0
-pkgdesc="Recursively scan Perl code for dependencies"
-url="http://search.cpan.org/dist/Module-ScanDeps/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpanmakedepends="perl-test-requires"
-makedepends="perl-dev $cpanmakedepends perl-test-pod"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/$_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
-}
-
-package() {
- cd "$builddir"
-
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-check() {
- cd "$builddir"
- make test
-}
-
-sha512sums="7f3d9821aa863d8ebc78fb5fb3c7172ce133169ec54ed91b90e05ba50654b4bd0282b3a760adfc8b6bd553dda4116dbf51972bb2af94b59f6f04daeba996e889 Module-ScanDeps-1.24.tar.gz"