mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
28 lines
524 B
Makefile
28 lines
524 B
Makefile
COMMENT = iterative JSON parser
|
|
|
|
MODPY_DISTV = 3.3.0
|
|
DISTNAME = ijson-${MODPY_DISTV}
|
|
PKGNAME = py-ijson-${MODPY_DISTV:S/.post/pl/}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/ICRAR/ijson
|
|
|
|
MAINTAINER = Renaud Allard <renaud@allard.it>
|
|
|
|
# BSD License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += pthread yajl
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
MAKE_ENV = LDFLAGS=-L${LOCALBASE}/lib \
|
|
CPPFLAGS=-I${LOCALBASE}/include
|
|
LIB_DEPENDS = devel/libyajl
|
|
|
|
.include <bsd.port.mk>
|