mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
19 lines
370 B
Makefile
19 lines
370 B
Makefile
PORTNAME= ruby-lsp-rspec
|
|
PORTVERSION= 0.1.21
|
|
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.23.0<0.24:devel/rubygem-ruby-lsp
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|