diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2019-12-18 04:52:14 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2019-12-18 04:52:14 +0000 |
commit | 5dad846cad166602513cab51cc65bfb12ba5768a (patch) | |
tree | 03b03e8d88072f920d77f1c8d05b9f2414de3668 /textproc/py-chardet/Makefile | |
parent | 4fe80d101682cfd439bed151d27ff009c2f1195e (diff) | |
download | ports-5dad846cad166602513cab51cc65bfb12ba5768a.tar.gz ports-5dad846cad166602513cab51cc65bfb12ba5768a.zip |
Notes
Diffstat (limited to 'textproc/py-chardet/Makefile')
-rw-r--r-- | textproc/py-chardet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile index 02ebc1a3cf59..172fa3d7c29d 100644 --- a/textproc/py-chardet/Makefile +++ b/textproc/py-chardet/Makefile @@ -3,10 +3,10 @@ PORTNAME= chardet PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Universal encoding detector for Python 2 and 3 |