20 lines
442 B
Makefile
20 lines
442 B
Makefile
PORTNAME= jsbundling-rails
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails70
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack
|
|
WWW= https://github.com/rails/jsbundling-rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|