NEW: devel/ruby-language-server-protocol

This commit is contained in:
purplerain 2023-10-13 16:58:13 +00:00
parent bebc8628c8
commit 72b53f82d6
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 390 additions and 0 deletions

View file

@ -0,0 +1,17 @@
COMMENT= language server protocol sdk
V= 3.17.0.3
DISTNAME= language_server-protocol-${V}
PKGNAME= language-server-protocol-${V}
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= gem
MODULES= lang/ruby
.include <bsd.port.mk>