summaryrefslogtreecommitdiff
path: root/devel/rubygem-language_server-protocol/Makefile
blob: a4a737d03adda44c33dd782511d3f329290808b7 (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.5
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>