ports/www/rubygem-importmap-rails/Makefile
Po-Chuan Hsieh 9e04b8daf1
www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 7.2
- Bump PORTREVISION for dependency change
2024-09-18 14:15:07 +08:00

22 lines
569 B
Makefile

PORTNAME= importmap-rails
PORTVERSION= 2.0.1
PORTREVISION= 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-actionpack72>=6.0.0:www/rubygem-actionpack72 \
rubygem-activesupport72>=6.0.0:devel/rubygem-activesupport72 \
rubygem-railties72>=6.0.0:www/rubygem-railties72
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>