aboutsummaryrefslogtreecommitdiff
path: root/security/p5-File-KeePass/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-10-17 10:48:36 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-10-17 10:48:36 +0000
commit1681001e512caf1c3d462bd1006b05eaae25b7f1 (patch)
tree0d47f61175b75052c8a14060c9ce3b570cb720c3 /security/p5-File-KeePass/Makefile
parent5f938536c25a2f16dd8929395fd3fd6bb8f951dc (diff)
downloadports-1681001e512caf1c3d462bd1006b05eaae25b7f1.tar.gz
ports-1681001e512caf1c3d462bd1006b05eaae25b7f1.zip
security/p5-File-KeePass: Add p5-XML-Parser as dependency.
This is required to be able to open files in KeePass v2 format. PR: 212996 Approved by: alexander.4mail@gmail.com (maintainer timeout), adamw (mentor, implicit)
Notes
Notes: svn path=/head/; revision=424105
Diffstat (limited to 'security/p5-File-KeePass/Makefile')
-rw-r--r--security/p5-File-KeePass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-File-KeePass/Makefile b/security/p5-File-KeePass/Makefile
index e6461fd6531e..209b7612a898 100644
--- a/security/p5-File-KeePass/Makefile
+++ b/security/p5-File-KeePass/Makefile
@@ -15,7 +15,8 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael \
- p5-MIME-Base64>=1.0:converters/p5-MIME-Base64
+ p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 \
+ p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5