perl-File-KeePass: add missing depends and checkdepends.

This commit is contained in:
maxice8 2017-11-24 18:53:42 -02:00 committed by Enno Boland
parent a46fb6bffc
commit 5a1cd857fc
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ noarch=yes
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl"
depends="${hostmakedepends}"
makedepends="perl perl-Crypt-Rijndael"
checkdepends="perl-XML-Parser"
depends="${makedepends}"
short_desc="File::KeePass - Interface to KeePass V1 and V2 database files"
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
homepage="http://search.cpan.org/dist/File-KeePass"