Merge branch 'staged'
[dports.git] / security / p5-Crypt-PWSafe3 / Makefile
1 PORTNAME=       Crypt-PWSafe3
2 PORTVERSION=    1.22
3 CATEGORIES=     security perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     alexander.4mail@gmail.com
8 COMMENT=        Read and write Passwordsafe v3 files
9 WWW=            https://metacpan.org/release/Crypt-PWSafe3
10
11 LICENSE=        ART20
12
13 BUILD_DEPENDS=  ${RUN_DEPENDS}
14 RUN_DEPENDS=    p5-Digest-HMAC>=1.00:security/p5-Digest-HMAC \
15                 p5-Crypt-CBC>=2.30:security/p5-Crypt-CBC \
16                 p5-Crypt-ECB>=1.45:security/p5-Crypt-ECB \
17                 p5-Crypt-Twofish>=2.14:security/p5-Crypt-Twofish \
18                 p5-Crypt-Random>=1.25:security/p5-Crypt-Random \
19                 p5-Data-UUID>=1.217:devel/p5-Data-UUID
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>