mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 11:11:40 +01:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# Automatically generated by apkbuild-cpan, template 1
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=perl-future
|
|
_pkgreal=Future
|
|
pkgver=0.33
|
|
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 perl-module-build"
|
|
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="edaee68f962c0e74758cc6053723389f Future-0.33.tar.gz"
|
|
sha256sums="2fa237430b86cdc3561356e643fb1d09199f2335c6e98210116c7d944b5dd846 Future-0.33.tar.gz"
|
|
sha512sums="6f8c3747f78d7d1d49a1ca1bd2616f24bfd9215aa1f1b4a7622aaf1af0420110d66e2cfb71861e7f5f0913854d041a2fd14ab56105bb5c50e63e99555e9b194a Future-0.33.tar.gz"
|