aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Blowfish/Makefile
blob: 9c5f4ef95e7b8666105833f29a77218435b24406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: patrick@mindstep.com

PORTNAME=	Crypt-Blowfish
PORTVERSION=	2.14
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to the Blowfish encryption algorithm

LICENSE=	BSD4CLAUSE  # w/o 3'th clause
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

BUILD_DEPENDS=	p5-Crypt-CBC>=0:security/p5-Crypt-CBC

WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>