mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
344 B
Makefile
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>
|