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

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Embeds start and end byte offsets of JSON objects
WWW=		https://github.com/meinac/oj-introspect

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

MY_DEPENDS=	rubygem-oj>=3.16.10:devel/rubygem-oj
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

USES=		gem
#USES+=	ruby:extconf
#RUBY_EXTCONF_SUBDIRS=	ext/oj-introspect

.include <bsd.port.mk>