mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4efa9ce4ab
Approved by: portmgr
22 lines
518 B
Makefile
22 lines
518 B
Makefile
# New ports collection makefile for: py-iconv
|
|
# Date created: 23 April 2003
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iconvcodec
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= http://download.berlios.de/cjkpython/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Universal unicode codec using iconv(3) for Python
|
|
|
|
USE_ICONV= yes
|
|
USE_PYTHON= 2.1+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_BUILDARGS= --with-libiconv=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|