Showcase lets you build previews for your partials, components, view helpers, Stimulus controllers and more -- Rails engines included!
20 lines
441 B
Makefile
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>
|