1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/py-chardet/Makefile
Tilman Keskinoz d09e3bf180 Update to 1.0.1
Drop maintainership
2008-03-12 10:23:46 +00:00

33 lines
623 B
Makefile

# New ports collection Makefile for: py-chardet
# Date created: 2005-01-25
# Whom: arved
#
# $FreeBSD$
PORTNAME= chardet
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= http://chardet.feedparser.org/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Character encoding auto-detection in Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.if !defined(NOPORTDOCS)
PORTDOCS= docs COPYING
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${CP} -R ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>