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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Sorbet's runtime type checking component
WWW=		https://sorbet.org/ \
		https://github.com/sorbet/sorbet

LICENSE=	APACHE20

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>