2006-01-25 23:46:32 +01:00
|
|
|
# New ports collection Makefile for: py-chardet
|
|
|
|
# Date created: 2005-01-25
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= chardet
|
|
|
|
PORTVERSION= 1.0
|
2006-01-28 23:18:17 +01:00
|
|
|
PORTREVISION= 1
|
2006-01-25 23:46:32 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= http://chardet.feedparser.org/download/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
|
|
COMMENT= Character encoding auto-detection in Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|