diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-07-13 19:23:00 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-07-13 19:23:00 +0800 |
commit | 671cff2b5f2afbcf3fc0ad09b12bcdee68249d3d (patch) | |
tree | 608e10d90d3fe897ae58665d5b5bbedf16cab3bd /security/py-hashlib | |
parent | a37a198f8b793ac063ae27616edc1c5059d98a7a (diff) | |
download | freebsd-ports-gnome-671cff2b5f2afbcf3fc0ad09b12bcdee68249d3d.tar.gz freebsd-ports-gnome-671cff2b5f2afbcf3fc0ad09b12bcdee68249d3d.tar.zst freebsd-ports-gnome-671cff2b5f2afbcf3fc0ad09b12bcdee68249d3d.zip |
- Fix typo in COMMENT
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 |