aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-universal-require/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-universal-require/APKBUILD')
-rw-r--r--main/perl-universal-require/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/main/perl-universal-require/APKBUILD b/main/perl-universal-require/APKBUILD
deleted file mode 100644
index fb9ecdd360f..00000000000
--- a/main/perl-universal-require/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=perl-universal-require
-pkgver=0.18
-pkgrel=1
-pkgdesc="Require() modules from a variable"
-url="https://metacpan.org/release/UNIVERSAL-require/"
-arch="noarch"
-license="GPL+ or Artistic"
-depends="perl"
-makedepends="perl-dev"
-install=""
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/N/NE/NEILB/UNIVERSAL-require-$pkgver.tar.gz"
-
-builddir="$srcdir"/UNIVERSAL-require-$pkgver
-
-build() {
- cd "$builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd "$builddir"
- make test
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d UNIVERSAL-require-0.18.tar.gz"