Files
ports/devel/py-lsprotocol/Makefile
T
2026-03-16 22:28:25 +00:00

23 lines
344 B
Makefile

COMMENT = code generator for language server protocol
MODPY_DISTV= 2025.0.0
DISTNAME= lsprotocol-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= devel
MAINTAINER= Daniel Dickman <daniel@openbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= flit_core
NO_TEST= Yes
.include <bsd.port.mk>