aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-lsp/Makefile
blob: 5d5a483cfe7023146bf952dfdbed99ce32a963fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	ruby-lsp
PORTVERSION=	0.13.0
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.18.0<0.19:textproc/rubygem-prism \
		rubygem-sorbet-runtime>=0.5.5685:devel/rubygem-sorbet-runtime

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/ruby-lsp \
		bin/ruby-lsp-check \
		bin/ruby-lsp-doctor

.include <bsd.port.mk>