1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/converters/py-cjkcodecs/Makefile
Hye-Shik Chang 7a3527f0f7 Update to 1.1.1.
This fixes compilation problem on gcc 2.95. [1]

PR:		70601 [1]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> [1]
2004-08-19 17:40:33 +00:00

23 lines
533 B
Makefile

# New ports collection makefile for: py-cjkcodecs
# Date created: 6 June 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= cjkcodecs
PORTVERSION= 1.1.1
CATEGORIES= converters python
MASTER_SITES= http://download.berlios.de/cjkpython/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python Unicode Codecs for Chinese, Japanese and Korean encodings
USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes
post-install:
@${STRIP_CMD} ${PYTHON_SITELIBDIR}/cjkcodecs/*.so
.include <bsd.port.mk>