aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-digest-bubblebabble
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-04 18:49:59 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-04 18:50:19 +0000
commit684bc6e5523264917b64ba098e3f35da6884696a (patch)
tree091846d6c865c6f176ca681eb2473e130519241f /community/perl-digest-bubblebabble
parentd14bdff50f52b8df3b8048df41c0f244cbbe0c45 (diff)
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')
-rw-r--r--community/perl-digest-bubblebabble/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-digest-bubblebabble/APKBUILD b/community/perl-digest-bubblebabble/APKBUILD
index c6e28707710..a2b0a69efc3 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"