freebsd-ports/security/p5-Crypt-T_e_a/Makefile

22 lines
424 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= Crypt-T_e_a
PORTVERSION= 2.12
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
USES= perl5
USE_PERL5= configure
MAN3= Crypt::Tea.3
MAN1= tea.1
NO_STAGE= yes
.include <bsd.port.mk>