diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-04 17:34:59 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-04 17:35:13 +0000 |
commit | e1c0bb1da58ce73bfb37db6d67abcf6f36f2f78a (patch) | |
tree | 53f8ac5ca01eb460b55122c5a13d210250f7b796 /community | |
parent | 3eadf50caacf084bc7dcd003cd76bd84c8919720 (diff) | |
download | aports-e1c0bb1da58ce73bfb37db6d67abcf6f36f2f78a.tar.bz2 aports-e1c0bb1da58ce73bfb37db6d67abcf6f36f2f78a.tar.xz |
community/perl-class-trigger: 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')
-rw-r--r-- | community/perl-class-trigger/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-class-trigger/APKBUILD b/community/perl-class-trigger/APKBUILD index 225ab207a0..92e61af7bb 100644 --- a/community/perl-class-trigger/APKBUILD +++ b/community/perl-class-trigger/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-class-trigger _pkgreal=Class-Trigger pkgver=0.14 -pkgrel=0 +pkgrel=1 pkgdesc="Mixin to add / call inheritable triggers" url="http://search.cpan.org/dist/Class-Trigger/" arch="noarch" @@ -12,7 +12,7 @@ license="GPL PerlArtistic" cpandepends="perl-io-stringy" 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/M/MI/MIYAGAWA/$_pkgreal-$pkgver.tar.gz" |