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

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 interface to Cipher Block Chaining with DES and IDEA
WWW=		https://metacpan.org/release/Crypt-CBC

LICENSE=	ART10

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Crypt-PBKDF2>=0:security/p5-Crypt-PBKDF2 \
		p5-CryptX>=0:security/p5-CryptX

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>