openbsd-ports/chinese/py-zhCodecs/Makefile
sturm ba198eb71c - use python module
- remove WWW
- no functional changes

from Xavier Santolaria
2003-10-13 16:24:27 +00:00

34 lines
677 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/10/13 16:24:27 sturm Exp $
COMMENT= "Python Unicode codecs for Chinese charsets"
VERSION= 1.2.0
DISTNAME= ChineseCodecs${VERSION}
PKGNAME= py-zhCodecs-${VERSION}
CATEGORIES= chinese devel
HOMEPAGE= http://sourceforge.net/projects/python-codecs/
MAINTAINER= Shell Hung <shell@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/
MODULES= python
MODPY_DISTUTILS_INSTALLARGS= -O1
WRKSRC= ${WRKDIST}/Python
NO_REGRESS= Yes
post-extract:
@${CHMOD} 711 ${WRKSRC}/chinesetw
.include <bsd.port.mk>