summaryrefslogtreecommitdiff
path: root/devel/rubygem-ref/Makefile
blob: e68778efaf590e8dc224bd4e78fe957a4f1dc612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	ref
PORTVERSION=	2.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library with refs across runtimes (MRI, REE, YARV, ...)

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT_LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>