# Created by: Gabor Kovesdan # $FreeBSD: head/security/p5-Crypt-TEA/Makefile 371526 2014-10-26 21:04:21Z swills $ PORTNAME= Crypt-TEA PORTVERSION= 1.25 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension to Tiny Encryption Algorithm USES= perl5 USE_PERL5= configure .include .if ${PERL_VER} >= 5.18 BROKEN= Does not build with Perl 5.18 or above .endif .include