freebsd-ports/devel/rubygem-ruby-lsp-rails/Makefile
Po-Chuan Hsieh c48a876dad
devel/rubygem-ruby-lsp-rails: Add rubygem-ruby-lsp-rails 0.2.7
Ruby LSP Rails is a Ruby LSP addon for extra Rails editor features, such as:
- Displaying an ActiveRecord model's database columns and types when hovering
  over it
- Running tests and debugging tests through the terminal or the editor's UI
2023-11-15 05:19:26 +08:00

22 lines
579 B
Makefile

PORTNAME= ruby-lsp-rails
PORTVERSION= 0.2.7
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-rails71>=6.0:www/rubygem-rails71 \
rubygem-ruby-lsp>=0.12.0<0.13.0:devel/rubygem-ruby-lsp \
rubygem-sorbet-runtime>=0.5.9897:devel/rubygem-sorbet-runtime
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>