openbsd-ports/chinese/py-zhCodecs/Makefile

31 lines
577 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2011/10/21 16:23:45 espie Exp $
COMMENT= Python Unicode codecs for Chinese charsets
VERSION= 1.2.0
DISTNAME= ChineseCodecs${VERSION}
PKGNAME= py-zhCodecs-${VERSION}
2011-09-16 04:48:01 -04:00
REVISION= 5
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
2004-08-04 15:46:14 -04:00
MODULES= lang/python
MODPY_DISTUTILS_INSTALLARGS= -O1
WRKSRC= ${WRKDIST}/Python
NO_REGRESS= Yes
post-extract:
@chmod 711 ${WRKSRC}/chinesetw
.include <bsd.port.mk>