2012-12-25 11:42:51 +01:00
|
|
|
# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
|
2012-03-15 13:42:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= File-KeePass
|
2012-12-25 11:42:51 +01:00
|
|
|
PORTVERSION= 2.03
|
2012-03-15 13:42:09 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= alexander.4mail@gmail.com
|
2012-12-25 11:42:51 +01:00
|
|
|
COMMENT= Interface to KeePassX, KeePass 1.x and 2.x database files
|
2012-03-15 13:42:09 +01:00
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-12-25 11:42:51 +01:00
|
|
|
BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
|
|
|
p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
|
2012-03-15 13:42:09 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-09-11 15:54:50 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-03-15 13:42:09 +01:00
|
|
|
|
2012-12-25 11:42:51 +01:00
|
|
|
.include <bsd.port.mk>
|