diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 16:56:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 07:12:58 +0000 |
commit | 2cb0c5c2e4eb1ca809d49441dfe12e7baff59d0b (patch) | |
tree | eb63300a9311007e65e96d0111db3eaa1fc73bff /community | |
parent | b76feea3f452363a7e33f1d71a287ee637281381 (diff) | |
download | aports-2cb0c5c2e4eb1ca809d49441dfe12e7baff59d0b.tar.bz2 aports-2cb0c5c2e4eb1ca809d49441dfe12e7baff59d0b.tar.xz |
main/perl-module-implementation: merge with the version from community
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-module-implementation/APKBUILD | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/community/perl-module-implementation/APKBUILD b/community/perl-module-implementation/APKBUILD deleted file mode 100644 index 21ea82a255..0000000000 --- a/community/perl-module-implementation/APKBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=perl-module-implementation -_pkgreal=Module-Implementation -pkgver=0.09 -pkgrel=1 -pkgdesc="Loads one of several alternate underlying implementations for a module" -url="http://search.cpan.org/dist/Module-Implementation/" -arch="noarch" -license="Artistic-2.0" -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() { - 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="049f967ba1bd8a3914968b34006030ae318d99ac629a0f34736f1c2b5392490c30aa0914e777eaefda7f0f58755d2d3363a266b90db59b53fe145ef68e1d953c Module-Implementation-0.09.tar.gz" |