aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-importmap-rails/Makefile
blob: e715485a28df5335d5ec2152446604244ce48e7d (plain) (tree)
1
2
3
4
5
6
7
8
                               
                     




                                                                                                           
                                                        



                                     








                                                                      
PORTNAME=	importmap-rails
PORTVERSION=	1.1.5
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
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>