Tweak security/libp11 version 0.4.0
[dports.git] / security / p5-Crypt-Blowfish / Makefile
1 # Created by: patrick@mindstep.com
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-Blowfish
5 PORTVERSION=    2.14
6 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl5 interface to the Blowfish encryption alogorithm
13
14 BUILD_DEPENDS=  p5-Crypt-CBC>=0:security/p5-Crypt-CBC
15
16 WRKSRC=         ${WRKDIR}/${DISTNAME:C/a$//}
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>