openbsd-ports/textproc/py-chardet/Makefile
2013-03-11 11:35:43 +00:00

33 lines
663 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.5 2013/03/11 11:42:46 espie Exp $
COMMENT= character encoding auto-detection in Python
MODPY_EGG_VERSION= 2.0.1
DISTNAME= python2-chardet-${MODPY_EGG_VERSION}
PKGNAME= py-chardet-${MODPY_EGG_VERSION}
REVISION= 2
EXTRACT_SUFX= .tgz
CATEGORIES= textproc
HOMEPAGE= http://chardet.feedparser.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/download/
MODULES= lang/python
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-chardet/html
cp -R ${WRKSRC}/docs/* \
${PREFIX}/share/doc/py-chardet/html
chown -R ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/share/doc/py-chardet
.include <bsd.port.mk>