aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rbs_json_schema/Makefile
blob: 442aed9d9157160afd09d5f83755dafafed4665b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	rbs_json_schema
PORTVERSION=	0.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generate RBS type definitions from JSON schema
WWW=		https://github.com/ruby/rbs_json_schema

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport61>=5.0.0:devel/rubygem-activesupport61 \
		rubygem-rbs>=1.5.0:devel/rubygem-rbs

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/rbs_json_schema

.include <bsd.port.mk>