Add missing run depends.

OK landry@
This commit is contained in:
bluhm 2022-09-09 19:07:20 +00:00
parent d36ff4c4e9
commit a5b63dc5b3
1 changed files with 5 additions and 2 deletions

View File

@ -4,17 +4,20 @@ MODULES = cpan
PKG_ARCH = *
DISTNAME = File-KDBX-0.906
REVISION = 0
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = security/p5-CryptX \
devel/p5-Devel-GlobalDestruction \
RUN_DEPENDS = devel/p5-Devel-GlobalDestruction \
devel/p5-Iterator-Simple \
devel/p5-Ref-Util \
devel/p5-Scope-Guard \
devel/p5-boolean \
devel/p5-namespace-clean \
security/p5-Crypt-Argon2 \
security/p5-CryptX \
textproc/p5-XML-LibXML \
textproc/p5-XML-Parser
TEST_DEPENDS = devel/p5-Test-Deep \