mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
26 lines
654 B
Makefile
26 lines
654 B
Makefile
PORTNAME= ruby-lsp
|
|
PORTVERSION= 0.17.11
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Opinionated language server for Ruby
|
|
WWW= https://shopify.github.io/ruby-lsp/ \
|
|
https://github.com/Shopify/ruby-lsp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-language_server-protocol>=3.17.0<3.18:devel/rubygem-language_server-protocol \
|
|
rubygem-prism>=0.29.0<0.31:textproc/rubygem-prism \
|
|
rubygem-rbs>=3<4:devel/rubygem-rbs \
|
|
rubygem-sorbet-runtime>=0.5.10782:devel/rubygem-sorbet-runtime
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/ruby-lsp \
|
|
bin/ruby-lsp-check
|
|
|
|
.include <bsd.port.mk>
|