87cea09896
While here, fix a couple of license markers.
26 lines
492 B
Makefile
26 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.17 2015/01/21 06:13:46 bentley Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= universal unicode codec using iconv for Python
|
|
|
|
DISTNAME= iconvcodec-1.1.2
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION = 9
|
|
CATEGORIES= converters
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cjkpython.berlios/}
|
|
|
|
MODPY_DISTUTILS_BUILDARGS= --with-libiconv=${LOCALBASE}
|
|
|
|
NO_TEST= Yes
|
|
|
|
MODULES= lang/python converters/libiconv
|
|
|
|
WANTLIB= pthread ${MODPY_WANTLIB}
|
|
|
|
.include <bsd.port.mk>
|