summaryrefslogtreecommitdiff
path: root/devel/rubygem-language_server-protocol/Makefile
blob: 2529de6e0d86a00a34584e6c2db0790616fea9aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	language_server-protocol
PORTVERSION=	3.17.0.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Language Server Protocol SDK
WWW=		https://github.com/mtsmfm/language_server-protocol-ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>