diff options
author | markm <markm@FreeBSD.org> | 2001-08-11 12:00:19 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-08-11 12:00:19 +0000 |
commit | 1aed82d8913d34a0501cc7e59a683b94903e6e62 (patch) | |
tree | 98d83b3830ecdaf104c7f610c6c72afa3edb5e0f /security/Makefile | |
parent | 81313c95668039cb8caf7bed02ac9eb7a8c26b6f (diff) | |
download | FreeBSD-ports-1aed82d8913d34a0501cc7e59a683b94903e6e62.zip FreeBSD-ports-1aed82d8913d34a0501cc7e59a683b94903e6e62.tar.gz |
Add YA Perl crypto library. This one does Blowfish, IDEA and DES.
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 7f31452..69f92d3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -104,6 +104,7 @@ SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib + SUBDIR += p5-Crypt-Cryptix SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA |