blob: 8b6cc05f7b13c74b0cc3fbc8d5b5a40e9b68bb2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Crypt-T_e_a
# Date created: 2010-03-11
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= Crypt-T_e_a
PORTVERSION= 2.12
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/P/PJ/PJB
PKGNAMEPREFIX= p5-
DISTNAME= Crypt-Tea-${PORTVERSION}
MAINTAINER= steve@mouf.net
COMMENT= The Tiny Encryption Algorithm in Perl and JavaScript
PERL_CONFIGURE= yes
MAN3= Crypt::Tea.3
MAN1= tea.1
.include <bsd.port.mk>
|