summaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-lsp-rails/Makefile
blob: 72f0fbee60201ca3e79fcb8d6285d358c7d1d3d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	ruby-lsp-rails
PORTVERSION=	0.3.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby LSP addon that adds extra editor functionality for Rails applications
WWW=		https://shopify.github.io/ruby-lsp-rails/ \
		https://github.com/Shopify/ruby-lsp-rails

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-ruby-lsp>=0.16.0<0.17.0:devel/rubygem-ruby-lsp \
		rubygem-sorbet-runtime>=0.5.9897:devel/rubygem-sorbet-runtime

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>