Tweak devel/adime version 2.2.1_3
[dports.git] / security / p5-Crypt-PWSafe3 / Makefile
1 # Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-PWSafe3
5 PORTVERSION=    1.21
6 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     alexander.4mail@gmail.com
12 COMMENT=        Read and write Passwordsafe v3 files
13
14 LICENSE=        ART20
15
16 BUILD_DEPENDS=  p5-Digest-HMAC>=1.00:${PORTSDIR}/security/p5-Digest-HMAC \
17                 p5-Crypt-CBC>=2.30:${PORTSDIR}/security/p5-Crypt-CBC \
18                 p5-Crypt-ECB>=1.45:${PORTSDIR}/security/p5-Crypt-ECB \
19                 p5-Crypt-Twofish>=2.14:${PORTSDIR}/security/p5-Crypt-Twofish \
20                 p5-Crypt-Random>=1.25:${PORTSDIR}/security/p5-Crypt-Random \
21                 p5-Data-UUID>=1.217:${PORTSDIR}/devel/p5-Data-UUID
22 RUN_DEPENDS:=   ${BUILD_DEPENDS}
23
24 USES=           perl5
25 USE_PERL5=      configure
26
27 .include <bsd.port.mk>