Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-Crypt-TEA / Makefile
1 # Created by: Gabor Kovesdan
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-TEA
5 PORTVERSION=    1.25
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     skreuzer@FreeBSD.org
11 COMMENT=        Perl extension to Tiny Encryption Algorithm
12
13 USES=           perl5
14 USE_PERL5=      configure
15
16 .include <bsd.port.pre.mk>
17
18 .if ${PERL_VER} >= 5.18
19 BROKEN=         Does not build with Perl 5.18 or above
20 .endif
21
22 .include <bsd.port.post.mk>