diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-20 22:49:19 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-20 22:49:19 +0800 |
commit | 27a1124b79b52c853c1f2916e92a9690917d0ea5 (patch) | |
tree | f2225f4bf68566abc626c956806d7d6252979a8f /security/Makefile | |
parent | 005529608d01df0b6c85bb1234dff7484c597a6e (diff) | |
download | freebsd-ports-gnome-27a1124b79b52c853c1f2916e92a9690917d0ea5.tar.gz freebsd-ports-gnome-27a1124b79b52c853c1f2916e92a9690917d0ea5.tar.zst freebsd-ports-gnome-27a1124b79b52c853c1f2916e92a9690917d0ea5.zip |
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
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |