ports/devel/py-hologram/Makefile
2024-05-06 13:34:26 -07:00

20 lines
529 B
Makefile

PORTNAME= hologram
PORTVERSION= 0.0.16
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pat@patmaddox.com
COMMENT= JSON schema generation from dataclasses
WWW= https://github.com/dbt-labs/hologram
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>