diff options
author | nork <nork@FreeBSD.org> | 2002-09-21 04:27:27 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-09-21 04:27:27 +0800 |
commit | f633a711d8d71cc605039e0328ff001d3aeca301 (patch) | |
tree | e58eb44258c86a3b8fd8fd1373b6c1684eb78259 /security/Makefile | |
parent | 266bb216fcec8f18548ee4134e68da3a49290bb0 (diff) | |
download | freebsd-ports-gnome-f633a711d8d71cc605039e0328ff001d3aeca301.tar.gz freebsd-ports-gnome-f633a711d8d71cc605039e0328ff001d3aeca301.tar.zst freebsd-ports-gnome-f633a711d8d71cc605039e0328ff001d3aeca301.zip |
Add p5-Crypt-Twofish2(0.06), a perl module for Twofish encryption.
This module provides the similar functionality to Crypt::Twofish,
but also is Crypt::CBC compliant module.
Approved by: knu (mentor)
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 5e0f13dd8989..7088f70d4f74 100644 --- a/security/Makefile +++ b/security/Makefile @@ -173,6 +173,7 @@ SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish + SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Digest SUBDIR += p5-Digest-BubbleBabble |