summaryrefslogtreecommitdiffstats
path: root/main/perl-cps
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-06 05:56:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-08-16 12:50:06 +0000
commit76f06d429e85c21cc65d30437c0ab40898a8bf7e (patch)
tree6ebd9906e3b34439f5fc2339c31f17cbea7f1799 /main/perl-cps
parent367bda76fc240ee05dda4b4af8d26a130bd709b0 (diff)
downloadaports-76f06d429e85c21cc65d30437c0ab40898a8bf7e.tar.bz2
aports-76f06d429e85c21cc65d30437c0ab40898a8bf7e.tar.xz
main/perl-cps: upgrade to 0.17
Diffstat (limited to 'main/perl-cps')
-rw-r--r--main/perl-cps/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/perl-cps/APKBUILD b/main/perl-cps/APKBUILD
index 1b1aaab0a..3464aab37 100644
--- a/main/perl-cps/APKBUILD
+++ b/main/perl-cps/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=perl-cps
_pkgreal=CPS
-pkgver=0.11
+pkgver=0.17
pkgrel=0
pkgdesc="manage flow of control in Continuation-Passing Style"
url="http://search.cpan.org/dist/CPS/"
@@ -12,7 +12,8 @@ license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
+makedepends="perl-dev perl-test-fatal perl-test-identity perl-test-refcount
+ $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
@@ -35,4 +36,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-md5sums="e4f36f053f538a6fa1ea4ed1de038f9e CPS-0.11.tar.gz"
+md5sums="64cd20d72bc6d7a01f654253ef69ba09 CPS-0.17.tar.gz"