mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
23 lines
577 B
Makefile
23 lines
577 B
Makefile
PORTNAME= importmap-rails
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails70
|
|
|
|
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-activesupport70>=6.0.0:devel/rubygem-activesupport70 \
|
|
rubygem-railties70>=6.0.0:www/rubygem-railties70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|