aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-cchardet/Makefile
blob: 2e3fa5397c6dce8e201062b3a6fba7c93c422367 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cchardet
PORTVERSION=    2.1.4
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>