mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
The Tiny Encryption Algorithm in Perl and JavaScript.
WWW: http://search.cpan.org/~pjb/Crypt-Tea/ PR: ports/145303 Submitted by: Steve Wills <steve@mouf.net>
This commit is contained in:
parent
fc71538c77
commit
d5537c8706
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254930
@ -468,6 +468,7 @@
|
||||
SUBDIR += p5-Crypt-SmbHash
|
||||
SUBDIR += p5-Crypt-Solitaire
|
||||
SUBDIR += p5-Crypt-TEA
|
||||
SUBDIR += p5-Crypt-T_e_a
|
||||
SUBDIR += p5-Crypt-TripleDES
|
||||
SUBDIR += p5-Crypt-Twofish
|
||||
SUBDIR += p5-Crypt-Twofish2
|
||||
|
24
security/p5-Crypt-T_e_a/Makefile
Normal file
24
security/p5-Crypt-T_e_a/Makefile
Normal file
@ -0,0 +1,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>
|
3
security/p5-Crypt-T_e_a/distinfo
Normal file
3
security/p5-Crypt-T_e_a/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Crypt-Tea-2.12.tar.gz) = 29eb004d5059adaafc9c83dfb948dd11
|
||||
SHA256 (Crypt-Tea-2.12.tar.gz) = f38c56c25fc1483714d66e2239acb2c8bba7698d7d58a78af7a43c8be89dabd8
|
||||
SIZE (Crypt-Tea-2.12.tar.gz) = 28109
|
3
security/p5-Crypt-T_e_a/pkg-descr
Normal file
3
security/p5-Crypt-T_e_a/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The Tiny Encryption Algorithm in Perl and JavaScript.
|
||||
|
||||
WWW: http://search.cpan.org/~pjb/Crypt-Tea/
|
6
security/p5-Crypt-T_e_a/pkg-plist
Normal file
6
security/p5-Crypt-T_e_a/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/tea
|
||||
%%SITE_PERL%%/Crypt/Tea.pm
|
||||
%%SITE_PERL%%/mach/auto/Crypt/Tea/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Crypt/Tea
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
Loading…
Reference in New Issue
Block a user