aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-TEA/Makefile
blob: c2935f08c19eba88c62f0099f7aaba7b098132db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Crypt-TEA
PORTVERSION=	1.26
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Perl extension to Tiny Encryption Algorithm
WWW=		https://metacpan.org/release/Crypt-TEA

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>