summaryrefslogtreecommitdiff
path: root/devel/rubygem-react-rails/Makefile
blob: ac10371510c553be3cf07550bab3c9545c3c5ce3 (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
PORTNAME=	react-rails
PORTVERSION=	3.2.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	React/JSX adapter for the Ruby on Rails asset pipeline
WWW=		https://github.com/reactjs/react-rails

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-babel-transpiler>=0.7.0:textproc/rubygem-babel-transpiler \
		rubygem-connection_pool>=0:net/rubygem-connection_pool \
		rubygem-execjs>=0:devel/rubygem-execjs \
		rubygem-railties4>=3.2:www/rubygem-railties4 \
		rubygem-tilt>=0:devel/rubygem-tilt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>