aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-12-25 10:42:51 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-12-25 10:42:51 +0000
commit05b1f81d50a431bfeba4b0cfb8077c5e8ace828f (patch)
tree668ed5d44c83d148f642371ab61af1b9ed48aa9b /security
parent17f1bf5640b0422cce77aeb2131126c4c9eebbfc (diff)
downloadports-05b1f81d50a431bfeba4b0cfb8077c5e8ace828f.tar.gz
ports-05b1f81d50a431bfeba4b0cfb8077c5e8ace828f.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/p5-File-KeePass/Makefile21
-rw-r--r--security/p5-File-KeePass/distinfo4
-rw-r--r--security/p5-File-KeePass/pkg-descr4
3 files changed, 9 insertions, 20 deletions
diff --git a/security/p5-File-KeePass/Makefile b/security/p5-File-KeePass/Makefile
index 60172c3e3255..9b81917ec068 100644
--- a/security/p5-File-KeePass/Makefile
+++ b/security/p5-File-KeePass/Makefile
@@ -1,33 +1,24 @@
-# New ports collection makefile for: p5-File-KeePass
-# Date created: 2012-03-10
-# Whom: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
-#
+# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
# $FreeBSD$
PORTNAME= File-KeePass
-PORTVERSION= 0.03
+PORTVERSION= 2.03
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= alexander.4mail@gmail.com
-COMMENT= Interface to KeePass V1 and KeePassX database files
+COMMENT= Interface to KeePassX, KeePass 1.x and 2.x database files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael
+BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael \
+ p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= File::KeePass.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-Digest-SHA>=1.0:${PORTSDIR}/security/p5-Digest-SHA
-RUN_DEPENDS+= p5-Digest-SHA>=1.0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-File-KeePass/distinfo b/security/p5-File-KeePass/distinfo
index 618ff7df5725..21e40cfd5a89 100644
--- a/security/p5-File-KeePass/distinfo
+++ b/security/p5-File-KeePass/distinfo
@@ -1,2 +1,2 @@
-SHA256 (File-KeePass-0.03.tar.gz) = 858b9052ec05e7203e504fe8d8ccea0b936f814bd30f3192a4253d0c985743f4
-SIZE (File-KeePass-0.03.tar.gz) = 16264
+SHA256 (File-KeePass-2.03.tar.gz) = c30c688027a52ff4f58cd69d6d8ef35472a7cf106d4ce94eb73a796ba7c7ffa7
+SIZE (File-KeePass-2.03.tar.gz) = 37010
diff --git a/security/p5-File-KeePass/pkg-descr b/security/p5-File-KeePass/pkg-descr
index 50ac5242c49d..9b5d4af990ee 100644
--- a/security/p5-File-KeePass/pkg-descr
+++ b/security/p5-File-KeePass/pkg-descr
@@ -1,5 +1,3 @@
-File::KeePass is an interface to KeePassX and KeePass V1 database files.
-It supports only Rijndael encryption and only bases which were secured
-via passkeys (key files not supported).
+File::KeePass is an interface to KeePassX, KeePass 1.x and 2.x database files.
WWW: http://search.cpan.org/dist/File-KeePass/