Po-Chuan Hsieh 7696fc7547
www/rubygem-showcase-rails: Add rubygem-showcase-rails 0.4.6
Showcase lets you build previews for your partials, components, view helpers,
Stimulus controllers and more -- Rails engines included!
2024-05-16 14:21:55 +08:00

20 lines
441 B
Makefile

PORTNAME= showcase-rails
PORTVERSION= 0.4.6
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Showcase helps you show off and document your partials, components, view helpers and Stimulus controllers
WWW= https://github.com/bullet-train-co/showcase
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rails71>=6.1.0:www/rubygem-rails71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>