diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-05 19:51:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-05 19:51:19 +0000 |
commit | 56ba17e54e205c9de3e77df697b7f3caa9b4a6c0 (patch) | |
tree | 8373a864a1fda06eeb1368755c7abe17ab69fdd0 /security/Makefile | |
parent | 9a825162a767411fb18ef81dc24510cffbf1a71a (diff) | |
download | ports-56ba17e54e205c9de3e77df697b7f3caa9b4a6c0.tar.gz ports-56ba17e54e205c9de3e77df697b7f3caa9b4a6c0.zip |
Add pear-Crypt_Blowfish 1.0.0, PEAR class for blowfish encryption.
PR: 80404
Submitted by: Antonio Carlos Venancio Junior (<antonio (at) php.net>)
Notes
Notes:
svn path=/head/; revision=134673
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 af4e7fee15ec..91a711c9d115 100644 --- a/security/Makefile +++ b/security/Makefile @@ -342,6 +342,7 @@ SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_PrefManager SUBDIR += pear-Auth_SASL + SUBDIR += pear-Crypt_Blowfish SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP SUBDIR += pear-Crypt_HMAC |