summaryrefslogtreecommitdiff
path: root/devel/rubygem-jbuilder-rails5/Makefile
blob: 87d5817ba86047a85cd541269c9d79a180052234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	jbuilder
PORTVERSION=	2.13.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails5

MAINTAINER=	sunpoet@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-actionview5>=5.0.0:devel/rubygem-actionview5 \
		rubygem-activesupport5>=5.0.0:devel/rubygem-activesupport5

USES=		gem shebangfix

NO_ARCH=	yes

PORTCOUT=	limit:^2\.13\.

SHEBANG_FILES=	bin/test

.include <bsd.port.mk>