diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-04 18:49:59 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-04 18:50:19 +0000 |
commit | 684bc6e5523264917b64ba098e3f35da6884696a (patch) | |
tree | 091846d6c865c6f176ca681eb2473e130519241f /community/perl-digest-bubblebabble/APKBUILD | |
parent | d14bdff50f52b8df3b8048df41c0f244cbbe0c45 (diff) | |
download | aports-684bc6e5523264917b64ba098e3f35da6884696a.tar.bz2 aports-684bc6e5523264917b64ba098e3f35da6884696a.tar.xz |
community/perl-digest-bubblebabble: fix make depends
Add perl-module-install as a make dependency to fix build error:
Can't locate inc/Module/Install.pm in @INC (you may need to install
the inc::Module::Install module)
Diffstat (limited to 'community/perl-digest-bubblebabble/APKBUILD')
-rw-r--r-- | community/perl-digest-bubblebabble/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-digest-bubblebabble/APKBUILD b/community/perl-digest-bubblebabble/APKBUILD index c6e2870771..a2b0a69efc 100644 --- a/community/perl-digest-bubblebabble/APKBUILD +++ b/community/perl-digest-bubblebabble/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-digest-bubblebabble _pkgreal=Digest-BubbleBabble pkgver=0.02 -pkgrel=0 +pkgrel=1 pkgdesc="Create bubble-babble fingerprints" url="http://search.cpan.org/dist/Digest-BubbleBabble/" arch="noarch" @@ -12,7 +12,7 @@ license="GPL PerlArtistic" cpandepends="" cpanmakedepends="" depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-module-install" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/$_pkgreal-$pkgver.tar.gz" |