aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-algorithm-cron
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-11 11:47:55 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-07-11 11:47:55 +0000
commit2a7760ea8af02ff20318e7289c013ab88db668ea (patch)
tree31f16dab59785f0299c083b0ba116ed9fda876f3 /testing/perl-algorithm-cron
parent0a1409b3651402b763e5f8cc4c75deab7bd2f61a (diff)
downloadaports-2a7760ea8af02ff20318e7289c013ab88db668ea.tar.bz2
aports-2a7760ea8af02ff20318e7289c013ab88db668ea.tar.xz
testing/perl-algorithm-cron: fix makedepends
Diffstat (limited to 'testing/perl-algorithm-cron')
-rw-r--r--testing/perl-algorithm-cron/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-algorithm-cron/APKBUILD b/testing/perl-algorithm-cron/APKBUILD
index 48b05fdeba..0d5a033e32 100644
--- a/testing/perl-algorithm-cron/APKBUILD
+++ b/testing/perl-algorithm-cron/APKBUILD
@@ -13,7 +13,7 @@ cpandepends="perl-time-timegm"
cpanmakedepends="perl-test-fatal"
cpancheckdepends=""
depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
+makedepends="perl-dev perl-module-build $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"