opnsense-ports/www/rubygem-importmap-rails/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

20 lines
488 B
Makefile

PORTNAME= importmap-rails
PORTVERSION= 1.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling
WWW= https://github.com/rails/importmap-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack70>=6.0.0:www/rubygem-actionpack70 \
rubygem-railties70>=6.0.0:www/rubygem-railties70
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>