# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Natanael Copa pkgname=perl-future _pkgreal=Future pkgver=0.25 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="5b09342950f4c9f176a0de9c32760a19 Future-0.25.tar.gz" sha256sums="b51304ea521c46933b454974981f533c2194cce41e4da23e81a915f16a316057 Future-0.25.tar.gz" sha512sums="dcce4db75a430b84d3aa46df98e4ccab80067c5b7e867e990d3ad179c8f4030f9200e0116b3d888b73d30295201dfba610b9b607a46cace04be090d6745c5617 Future-0.25.tar.gz"