aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PWSafe3/Makefile
blob: 0b6c42a185cd64e2750426a5372fff0a6bbfb4e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Crypt-PWSafe3
PORTVERSION=	1.22
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	alexander.4mail@gmail.com
COMMENT=	Read and write Passwordsafe v3 files
WWW=		https://metacpan.org/release/Crypt-PWSafe3

LICENSE=	ART20

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Digest-HMAC>=1.00:security/p5-Digest-HMAC \
		p5-Crypt-CBC>=2.30:security/p5-Crypt-CBC \
		p5-Crypt-ECB>=1.45:security/p5-Crypt-ECB \
		p5-Crypt-Twofish>=2.14:security/p5-Crypt-Twofish \
		p5-Crypt-Random>=1.25:security/p5-Crypt-Random \
		p5-Data-UUID>=1.217:devel/p5-Data-UUID

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>