# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Natanael Copa pkgname=perl-future _pkgreal=Future pkgver=0.32 pkgrel=0 pkgdesc="represent an operation awaiting completion" url="http://search.cpan.org/dist/Future/" arch="noarch" license="GPL PerlArtistic" cpandepends="" cpanmakedepends="perl-test-fatal perl-test-refcount perl-test-identity " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` perl Build.PL installdirs=vendor || return 1 } build() { cd "$_builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` ./Build && ./Build test } package() { cd "$_builddir" ./Build install destdir="$pkgdir" || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="9aa4aa6a3876397d015688f56eed0689 Future-0.32.tar.gz" sha256sums="39418065446e15dd579f2359094efe04b1f836a5805c4ce4e8287b05de27b58d Future-0.32.tar.gz" sha512sums="b8620fe239be680f733a503173c2d524131e32669fe37fa7efcb5284937491018fa6cc5ae9a2f7634b94685b39b10c80df636427aa57db6b6ef985875207b420 Future-0.32.tar.gz"