mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7a3527f0f7
This fixes compilation problem on gcc 2.95. [1] PR: 70601 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
23 lines
533 B
Makefile
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>
|