diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-chardet/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-chardet/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile index ad91130df8bf..db20e8c49e55 100644 --- a/textproc/py-chardet/Makefile +++ b/textproc/py-chardet/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: py-chardet -# Date created: 2005-01-25 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= chardet @@ -18,11 +15,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python2-${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rm@FreeBSD.org COMMENT= Character encoding auto-detection in Python LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/textproc/py-chardet/pkg-descr b/textproc/py-chardet/pkg-descr index f11918333046..50e936617ef9 100644 --- a/textproc/py-chardet/pkg-descr +++ b/textproc/py-chardet/pkg-descr @@ -1,3 +1,3 @@ Character encoding auto-detection in Python. -WWW: https://github.com/byroot/chardet +WWW: https://github.com/byroot/chardet |