openbsd-ports/converters/py-iconvcodec/Makefile
bentley 87cea09896 Remove Kevin Lo as maintainer, by request.
While here, fix a couple of license markers.
2015-01-21 06:13:46 +00:00

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>