2019-04-15 23:14:28 +02:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cchardet
|
2020-03-28 13:55:09 +01:00
|
|
|
PORTVERSION= 2.1.6
|
2019-04-15 23:14:28 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= High speed universal character encoding detector
|
|
|
|
|
|
|
|
LICENSE= GPLv2 LGPL21 MPL11
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
BUILD_DEPENDS= cmake:devel/cmake
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|