aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-T_e_a/Makefile
blob: 43976d53e3c54db52031c9d44137419991c454c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Steve Wills <steve@mouf.net>

PORTNAME=	Crypt-T_e_a
PORTVERSION=	2.12
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PJB
PKGNAMEPREFIX=	p5-
DISTNAME=	Crypt-Tea-${PORTVERSION}

MAINTAINER=	swills@FreeBSD.org
COMMENT=	The Tiny Encryption Algorithm in Perl and JavaScript

CONFLICTS=	p5-Crypt-Tea_JS-[0-9]*

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>