aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-jsbundling-rails/Makefile
blob: aafd2619c565be5652627c7c6c5e6c031d1b2d48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	jsbundling-rails
PORTVERSION=	1.1.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

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>