mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
406 B
Makefile
23 lines
406 B
Makefile
COMMENT = library to resolve JSON Pointers according to RFC 6901
|
|
|
|
MODPY_DISTV = 2.4
|
|
|
|
DISTNAME = jsonpointer-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/stefankoegl/python-json-pointer
|
|
|
|
# BSD-3-Clause
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PYTEST_ARGS = tests.py
|
|
|
|
.include <bsd.port.mk>
|