diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-09 11:58:43 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-09 11:58:43 +0000 |
commit | 6880c7dd057dca6198116506c8986e1620b302f0 (patch) | |
tree | 94daabb2af6dcb5f7c00a61441067e3aead05acc | |
parent | 9cd7e2f9c466a9fe1c61dc85d806e359143b2548 (diff) | |
download | aports-6880c7dd057dca6198116506c8986e1620b302f0.tar.bz2 aports-6880c7dd057dca6198116506c8986e1620b302f0.tar.xz |
testing/perl-shell-guess: needs perl-module-build
-rw-r--r-- | testing/perl-shell-guess/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-shell-guess/APKBUILD b/testing/perl-shell-guess/APKBUILD index 6c7b3ae187..170bf1f28f 100644 --- a/testing/perl-shell-guess/APKBUILD +++ b/testing/perl-shell-guess/APKBUILD @@ -4,13 +4,13 @@ pkgname=perl-shell-guess _pkgreal=Shell-Guess pkgver=0.06 -pkgrel=0 +pkgrel=1 pkgdesc="Make an educated guess about the shell in use" url="http://search.cpan.org/dist/Shell-Guess/" arch="noarch" license="GPL PerlArtistic" cpandepends="" -cpanmakedepends=" " +cpanmakedepends="perl-module-build" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" |