Files
2025-04-29 10:40:12 +00:00

22 lines
408 B
Makefile

COMMENT = canonical JSON
MODPY_DISTV = 2.0.0
DISTNAME = canonicaljson-${MODPY_DISTV}
PKGNAME = py-canonicaljson-${MODPY_DISTV}
REVISION = 2
CATEGORIES = textproc
HOMEPAGE = https://github.com/matrix-org/python-canonicaljson
MAINTAINER = Renaud Allard <renaud@allard.it>
# Apache-2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
.include <bsd.port.mk>