aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-starman
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-11 12:09:19 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-07-11 12:09:19 +0000
commita5d0cd15f9471b921917d84c1e938e1cf009d8d0 (patch)
tree852561fbb37dcdfc0435407b96639f01f4a99ac1 /testing/perl-starman
parent669aa507f72178e60d4a257dfce0a65a90fa70cb (diff)
downloadaports-a5d0cd15f9471b921917d84c1e938e1cf009d8d0.tar.bz2
aports-a5d0cd15f9471b921917d84c1e938e1cf009d8d0.tar.xz
testing/perl-starman: fix makedepends
Diffstat (limited to 'testing/perl-starman')
-rw-r--r--testing/perl-starman/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/perl-starman/APKBUILD b/testing/perl-starman/APKBUILD
index 5e69c5ce48..d2513118c8 100644
--- a/testing/perl-starman/APKBUILD
+++ b/testing/perl-starman/APKBUILD
@@ -13,7 +13,7 @@ cpandepends="perl-http-message perl-data-dump perl-http-parser-xs perl-test-tcp
cpanmakedepends=""
cpancheckdepends="perl-libwww perl-test-requires"
depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
+makedepends="perl-dev perl-module-build-tiny $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/$_pkgreal-$pkgver.tar.gz"