opnsense-ports/devel/rubygem-ruby-lsp-rails/Makefile
Franco Fichtner 92626e7bb9 */*: sync with upstream
Taken from: FreeBSD
2024-07-22 14:25:54 +02:00

20 lines
469 B
Makefile

PORTNAME= ruby-lsp-rails
PORTVERSION= 0.3.11
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.17.2<0.18.0:devel/rubygem-ruby-lsp
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>