mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
408 B
Makefile
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>
|