aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-sorbet-runtime/Makefile
blob: abc6cb535ba3bb97858f127a50142ea58aa67993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	sorbet-runtime
PORTVERSION=	0.6.12798
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>