blob: 5d285e120a5e46f66bd98b2f732cae00fc8a60ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= importmap-rails
PORTVERSION= 2.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails72
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>
|