1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/textproc/py-chardet/Makefile
Ruslan Makhmatkhanov 1317da0eec textproc/py-chardet: update to 2.3.0
- update to 2.3.0
- remove docs related code - it's not on the distfile anymore
2015-01-12 08:09:09 +00:00

20 lines
366 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= chardet
PORTVERSION= 2.3.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Universal encoding detector for Python 2 and 3
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>