500a0a1928
Changes: https://github.com/reactjs/react-rails/releases https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md
24 lines
618 B
Makefile
24 lines
618 B
Makefile
PORTNAME= react-rails
|
|
PORTVERSION= 2.7.0
|
|
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>
|