diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-07-11 12:09:19 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-07-11 12:09:19 +0000 |
commit | a5d0cd15f9471b921917d84c1e938e1cf009d8d0 (patch) | |
tree | 852561fbb37dcdfc0435407b96639f01f4a99ac1 /testing/perl-starman | |
parent | 669aa507f72178e60d4a257dfce0a65a90fa70cb (diff) | |
download | aports-a5d0cd15f9471b921917d84c1e938e1cf009d8d0.tar.bz2 aports-a5d0cd15f9471b921917d84c1e938e1cf009d8d0.tar.xz |
testing/perl-starman: fix makedepends
Diffstat (limited to 'testing/perl-starman')
-rw-r--r-- | testing/perl-starman/APKBUILD | 2 |
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" |