aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py3-chardet/Makefile
blob: 83b2bb1fae25c9494cc40aae4f95f811839cac85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$

PORTNAME=   chardet
PORTVERSION=    2.3.0
PORTREVISION=   1
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.3+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH=    yes

.include <bsd.port.mk>