diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-02 12:08:08 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-02 12:08:08 +0000 |
commit | 5207da3ba5e9e27f32949cb2b94d2c7b9ff7a324 (patch) | |
tree | eb1be06f191a6010cafbef145b2a03b381128e08 /textproc/py-chardet | |
parent | 50d39308f0073b1fa8c0eae2aa50bb225e6c8fe3 (diff) |
- take maintainership
- trim Makefile header
- remove redundant LICENSE_FILE
- tab -> space change in pkg-descr:WWW
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306845
Diffstat (limited to 'textproc/py-chardet')
-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 |