aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-jbuilder/Makefile
blob: b9295aef73c0af384afc1e747d611f89b8e88056 (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=	jbuilder
PORTVERSION=	2.9.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Create JSON structures via a Builder-style DSL
WWW=		https://github.com/rails/jbuilder

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS?=	rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4

USES=		gem

NO_ARCH=	yes

# jbuilder 2.10.0+ requires Rails 5.0+
PORTSCOUT=	limit:^2\.9\.

.include <bsd.port.mk>