aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-jbuilder-rails60/Makefile
blob: 5889910093c9100516bb73364a0436dbca7035fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	jbuilder
PORTVERSION=	2.12.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails60

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-actionview60>=5.0.0:devel/rubygem-actionview60 \
		rubygem-activesupport60>=5.0.0:devel/rubygem-activesupport60

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>