pkgsrc/converters/py-cjkcodecs/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

22 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/04/25 20:39:06 joerg Exp $
#
DISTNAME= cjkcodecs-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= converters python
MASTER_SITES= http://download.berlios.de/cjkpython/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://cjkpython.berlios.de/
COMMENT= Python Unicode codecs for Chinese, Japanese, and Korean encodings
PYDISTUTILSPKG= yes
PYBINMODULE= yes
PYTHON_VERSIONS_ACCEPTED= 23 21
post-install:
@strip ${PREFIX}/${PYSITELIB}/cjkcodecs/*.so
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"