opnsense-ports/devel/rubygem-react-rails/Makefile
Franco Fichtner c240fa419c */*: sync with upstream
Taken from: FreeBSD
2024-05-21 13:53:19 +02:00

23 lines
595 B
Makefile

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>