head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.12.25.10.58.46;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.03.15.12.42.09;	author culot;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309471
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309471 | ak | 2012-12-25 10:42:51 +0000 (Tue, 25 Dec 2012) | 7 lines
## SVN ##
## SVN ## - Update to 2.03 [1]
## SVN ## - Convert Makefile headers to new style
## SVN ## - Remove support for perl 5.10-
## SVN ##
## SVN ## PR:	ports/173033 [1]
## SVN ## Submitted by:	Alexander <alexander.4mail@@gmail.com> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Alexander Y. Grigoryev <alexander.4mail@@gmail.com>
# $FreeBSD: head/security/p5-File-KeePass/Makefile 309471 2012-12-25 10:42:51Z ak $

PORTNAME=	File-KeePass
PORTVERSION=	2.03
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	alexander.4mail@@gmail.com
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 \
		p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		File::KeePass.3

.include <bsd.port.mk>
@


1.2
log
@Switch exporter over
@
text
@d1 2
a2 5
# New ports collection makefile for:    p5-File-KeePass
# Date created:				2012-03-10
# Whom:					Alexander Y. Grigoryev <alexander.4mail@@gmail.com>
#
# $FreeBSD: head/security/p5-File-KeePass/Makefile 300897 2012-07-14 14:29:18Z beat $
d5 1
a5 1
PORTVERSION=	0.03
d11 1
a11 1
COMMENT=	Interface to KeePass V1 and KeePassX database files
d16 2
a17 1
BUILD_DEPENDS=	p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael
d24 1
a24 8
.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>
@


1.1
log
@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).

WWW: http://search.cpan.org/dist/File-KeePass/

PR:		ports/165922 (based on)
Submitted by:	Alexander Y. Grigoryev <alexander.4mail@@gmail.com>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@

