mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
321 B
Makefile
21 lines
321 B
Makefile
COMMENT= extract elements from a JSON document
|
|
|
|
MODPY_DISTV= 1.0.1
|
|
DISTNAME= jmespath-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/jmespath/jmespath.py
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|