mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
Rails asset pipeline Adding this because it is a dependency for the upcoming www/mastodon port. WWW: https://github.com/reactjs/react-rails/ Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10343
25 lines
574 B
Makefile
25 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= react-rails
|
|
PORTVERSION= 1.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= React/JSX adapter for the Ruby on Rails asset pipeline
|
|
|
|
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>0:www/rubygem-railties4 \
|
|
rubygem-tilt>=0:devel/rubygem-tilt
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|