1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/py3-chardet/Makefile
Muhammad Moinur Rahman b4ff79df6a [NEW] textproc/py3-chardet: Universal encoding detector for Python 3
- Python3 specific version for textproc/py-chardet

Character encoding auto-detection in Python.

WWW: https://github.com/chardet/chardet/
2015-11-20 08:20:02 +00:00

21 lines
413 B
Makefile

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