diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile new file mode 100644 index 00000000000..c1d2a82df15 --- /dev/null +++ b/security/p5-Crypt-TripleDES/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/10/22 14:20:30 naddy Exp $ + +COMMENT= "implementation of 3DES encryption on ECB mode" + +DISTNAME= Crypt-TripleDES-0.24 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 + +MAINTAINER= Margarida Sequeira + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +CONFIGURE_STYLE= perl + +.include diff --git a/security/p5-Crypt-TripleDES/distinfo b/security/p5-Crypt-TripleDES/distinfo new file mode 100644 index 00000000000..72c637531ce --- /dev/null +++ b/security/p5-Crypt-TripleDES/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-TripleDES-0.24.tar.gz) = 90b562175a8f6c5f6bc3eacaddffbcde +RMD160 (Crypt-TripleDES-0.24.tar.gz) = 1019917dd7a8f05a2e42d4d993484c28e0bf8778 +SHA1 (Crypt-TripleDES-0.24.tar.gz) = 0a17d6c5a80e4b823b12e16ac5ed2a830644ab7d diff --git a/security/p5-Crypt-TripleDES/pkg/DESCR b/security/p5-Crypt-TripleDES/pkg/DESCR new file mode 100644 index 00000000000..d6172515f16 --- /dev/null +++ b/security/p5-Crypt-TripleDES/pkg/DESCR @@ -0,0 +1,3 @@ +This perl module implements 3DES encryption in ECB mode. + +Please see 'perldoc Crypt::TripleDES' for more information. diff --git a/security/p5-Crypt-TripleDES/pkg/PLIST b/security/p5-Crypt-TripleDES/pkg/PLIST new file mode 100644 index 00000000000..0600c927bc3 --- /dev/null +++ b/security/p5-Crypt-TripleDES/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/22 14:20:30 naddy Exp $ +${P5SITE}/Crypt/PPDES.pm +${P5SITE}/Crypt/TripleDES.pm +man/man3p/Crypt::TripleDES.3p