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

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-railties5>=3.2:www/rubygem-railties5 \
		rubygem-tilt>=0:devel/rubygem-tilt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>