mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
377 B
Makefile
22 lines
377 B
Makefile
COMMENT = lib/cli for JSON/YAML schema validation
|
|
|
|
MODPY_DISTV = 1.8.0
|
|
DISTNAME = pykwalify-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-dateutil \
|
|
devel/py-docopt \
|
|
textproc/py-ruamel.yaml
|
|
|
|
.include <bsd.port.mk>
|