opnsense-ports/textproc/py3-chardet/Makefile
Franco Fichtner 94d7ffea7d */*: sync with upstream
Taken from: FreeBSD
2015-11-21 06:56:21 +01:00

20 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>