Changes: https://github.com/st0012/ruby-lsp-rspec/releases https://github.com/st0012/ruby-lsp-rspec/commits/main
20 lines
370 B
Makefile
20 lines
370 B
Makefile
PORTNAME= ruby-lsp-rspec
|
|
PORTVERSION= 0.1.25
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RSpec addon for ruby-lsp
|
|
WWW= https://github.com/st0012/ruby-lsp-rspec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-ruby-lsp>=0.24.0<0.25:devel/rubygem-ruby-lsp
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|