mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
24 lines
706 B
Makefile
24 lines
706 B
Makefile
PORTNAME= ruby-lsp-rails
|
|
PORTVERSION= 0.2.10
|
|
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-actionpack71>=6.0:www/rubygem-actionpack71 \
|
|
rubygem-activerecord71>=6.0:databases/rubygem-activerecord71 \
|
|
rubygem-railties71>=6.0:www/rubygem-railties71 \
|
|
rubygem-ruby-lsp>=0.14.0<0.15.0:devel/rubygem-ruby-lsp \
|
|
rubygem-sorbet-runtime>=0.5.9897:devel/rubygem-sorbet-runtime
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|