summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2006-12-13 03:19:17 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2006-12-13 03:19:17 +0000
commitce5467924417a1cd8c93ec75a32f228e8af5a7e9 (patch)
tree7c5db83245feab6b07018d944b7a898bd28c15a5 /security/Makefile
parent- Add OPTION to build FTS1 (Full text search). (diff)
- Add hashlib-20060408a
Python secure hash and message digest module MD5, SHA1, SHA224, SHA256, SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4) WWW: http://code.krypto.org/python/hashlib/
Notes
Notes: svn path=/head/; revision=179624
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 14050f613566..956e61c9fcdf 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -569,6 +569,7 @@
SUBDIR += py-cryptkit
SUBDIR += py-fchksum
SUBDIR += py-gnupg
+ SUBDIR += py-hashlib
SUBDIR += py-m2crypto
SUBDIR += py-mcrypt
SUBDIR += py-mhash