openbsd-ports/chinese/py-zhCodecs/Makefile
2009-03-11 11:07:40 +00:00

30 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.12 2009/03/11 11:07:40 espie Exp $
COMMENT= Python Unicode codecs for Chinese charsets
VERSION= 1.2.0
DISTNAME= ChineseCodecs${VERSION}
PKGNAME= py-zhCodecs-${VERSION}p2
CATEGORIES= chinese devel
HOMEPAGE= http://sourceforge.net/projects/python-codecs/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
MODPY_DISTUTILS_INSTALLARGS= -O1
WRKSRC= ${WRKDIST}/Python
NO_REGRESS= Yes
post-extract:
@${CHMOD} 711 ${WRKSRC}/chinesetw
.include <bsd.port.mk>