Update security/py-cybox to version 2.1.0.7
[dports.git] / security / p5-File-KeePass-Agent / Makefile
1 # Created by: Cy Schubert <cy@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       File-KeePass-Agent
5 PORTVERSION=    2.01
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     cy@FreeBSD.org
11 COMMENT=        Application agent for working with File::KeePass objects
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
17                 p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael \
18                 p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>