diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-13 11:23:00 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-13 11:23:00 +0000 |
commit | a8c45ec5691a693e6912f3d7215380a5a9438e20 (patch) | |
tree | bef4f0e792a3a83f5759b38c4af5f0a6d6cbe002 /security/py-hashlib | |
parent | 76649be0b19b8582c5eb5a66210eefe04a4eee7f (diff) |
Notes
Diffstat (limited to 'security/py-hashlib')
-rw-r--r-- | security/py-hashlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-hashlib/Makefile b/security/py-hashlib/Makefile index 45199d98bfdd..92fa5c721892 100644 --- a/security/py-hashlib/Makefile +++ b/security/py-hashlib/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://code.krypto.org/python/hashlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Backport of Python 2,5's haslib module +COMMENT= Backport of Python 2.5's haslib module USE_PYTHON= yes USE_OPENSSL= yes |