1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/p5-Crypt-TEA/Makefile
Steven Kreuzer d6ca2a3f83 Update to version 1.26
Define LICENSE
2018-05-02 13:35:18 +00:00

20 lines
333 B
Makefile

# Created by: Gabor Kovesdan
# $FreeBSD$
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>