From 27a1124b79b52c853c1f2916e92a9690917d0ea5 Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 20 Dec 2005 14:49:19 +0000 Subject: The Data Encryption Standard (DES), also known as Data Encryption Algorithm (DEA) is a semi-strong encryption and decryption algorithm. The module is 100 % compatible to Crypt::DES but is implemented entirely in Perl. That means that you do not need a C compiler to build and install this extension. WWW: http://search.cpan.org/dist/Crypt-DES_PP PR: ports/90682 Submitted by: Gabor Kovesdan --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index e6e86d74a66a..1b5e8bda42e0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -297,6 +297,7 @@ SUBDIR += p5-Crypt-Ctr SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-DES_EDE3 + SUBDIR += p5-Crypt-DES_PP SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB -- cgit