diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 17:23:51 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 17:24:19 +0000 |
commit | 06c59d36b9165e719602e1867000a8fa8c38dc6d (patch) | |
tree | 2cd1796a55378ede480239a672e9706e9b78b3c0 /community/perl-test-postgresql | |
parent | e03f088c12988b153e39fa090308cfc760c6cfeb (diff) | |
download | aports-06c59d36b9165e719602e1867000a8fa8c38dc6d.tar.bz2 aports-06c59d36b9165e719602e1867000a8fa8c38dc6d.tar.xz |
community/perl-test-postgresql: 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)
Also add perl-try-tiny to checkdepends.
Diffstat (limited to 'community/perl-test-postgresql')
-rw-r--r-- | community/perl-test-postgresql/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/perl-test-postgresql/APKBUILD b/community/perl-test-postgresql/APKBUILD index 56b9c980e4..c304088ba5 100644 --- a/community/perl-test-postgresql/APKBUILD +++ b/community/perl-test-postgresql/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-test-postgresql _pkgreal=Test-PostgreSQL pkgver=1.23 -pkgrel=0 +pkgrel=1 pkgdesc="PostgreSQL runner for tests" url="http://search.cpan.org/dist/Test-PostgreSQL/" arch="noarch" @@ -14,7 +14,8 @@ cpanmakedepends="perl-test-sharedfork perl-dbd-pg perl-dbi perl-test-pod perl-moo perl-type-tiny perl-function-parameters perl-file-which perl-tie-hash-method" depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-module-install" +checkdepends="perl-try-tiny" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/T/TJ/TJC/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |