aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-cache-cache
diff options
context:
space:
mode:
authorKiyoshi Aman <aphrael@alpinelinux.org>2011-12-06 07:26:01 -0500
committerKiyoshi Aman <aphrael@alpinelinux.org>2012-02-08 03:59:01 -0500
commitc841aba2d8ea9a04beb2c2d2dedd75bb122a8701 (patch)
tree0aa57e2d1c57a2ee0b9c4b4ddc4b309ffe92f106 /main/perl-cache-cache
parenteadbf4fe891b1667818ceb1c31266b2a7802bccc (diff)
downloadaports-c841aba2d8ea9a04beb2c2d2dedd75bb122a8701.tar.bz2
aports-c841aba2d8ea9a04beb2c2d2dedd75bb122a8701.tar.xz
main/perl-cache-cache: update
Diffstat (limited to 'main/perl-cache-cache')
-rw-r--r--main/perl-cache-cache/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/perl-cache-cache/APKBUILD b/main/perl-cache-cache/APKBUILD
index b06d6eb7fb..db07fcef50 100644
--- a/main/perl-cache-cache/APKBUILD
+++ b/main/perl-cache-cache/APKBUILD
@@ -1,16 +1,16 @@
# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Timo Teräs <timo.teras@iki.fi>
-# Maintainer: Timo Teräs <timo.teras@iki.fi>
+# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
+# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=perl-cache-cache
_pkgreal=Cache-Cache
pkgver=1.06
pkgrel=0
-pkgdesc="Persisting data storage with timeouts"
+pkgdesc="unknown"
url="http://search.cpan.org/dist/Cache-Cache/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-error perl-digest-sha1"
-cpanmakedepends=""
+cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
@@ -20,12 +20,14 @@ _builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$_builddir"
- make
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ make && make test
}
package() {