diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 607ee84781b6..70cde9380eca 100644 --- a/security/Makefile +++ b/security/Makefile @@ -397,6 +397,7 @@ SUBDIR += p5-Crypt-AppleTwoFish SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP + SUBDIR += p5-Crypt-CAST5 SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CBCeasy diff --git a/security/p5-Crypt-CAST5/Makefile b/security/p5-Crypt-CAST5/Makefile new file mode 100644 index 000000000000..4a7abd4b14eb --- /dev/null +++ b/security/p5-Crypt-CAST5/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: security/p5-Crypt-CAST5 +# Date created: 05 May 2010 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-CAST5 +PORTVERSION= 0.05 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= CAST5 block cipher + +PERL_CONFIGURE= yes + +MAN3= Crypt::CAST5.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5/distinfo b/security/p5-Crypt-CAST5/distinfo new file mode 100644 index 000000000000..926097524fba --- /dev/null +++ b/security/p5-Crypt-CAST5/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-CAST5-0.05.tar.gz) = f4a876c68885950d5df3c30ede634787 +SHA256 (Crypt-CAST5-0.05.tar.gz) = 9b51fc769c34ebb7b605927705af31af277e2532f0c03ed53755d064cdde1307 +SIZE (Crypt-CAST5-0.05.tar.gz) = 26021 diff --git a/security/p5-Crypt-CAST5/pkg-descr b/security/p5-Crypt-CAST5/pkg-descr new file mode 100644 index 000000000000..0bbd573b5c10 --- /dev/null +++ b/security/p5-Crypt-CAST5/pkg-descr @@ -0,0 +1,6 @@ +This module provides an implementation of the CAST5 block cipher using +compiled C code for increased speed. CAST5 is also known as CAST-128. It +is a product of the CAST design procedure developed by C. Adams and +S. Tavares. + +WWW: http://search.cpan.org/dist/Crypt-CAST5/ diff --git a/security/p5-Crypt-CAST5/pkg-plist b/security/p5-Crypt-CAST5/pkg-plist new file mode 100644 index 000000000000..564ca2fcb7c7 --- /dev/null +++ b/security/p5-Crypt-CAST5/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/CAST5.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5/CAST5.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5/CAST5.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt |