Files
2025-04-29 10:37:44 +00:00

24 lines
404 B
Makefile

COMMENT = common utilities for Synapse, Sydent and Sygnal
MODPY_DISTV = 1.3.0
DISTNAME = matrix_common-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = devel
HOMEPAGE = https://github.com/matrix-org/matrix-python-common
# Apache 2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-attrs
.include <bsd.port.mk>