summaryrefslogtreecommitdiff
path: root/www/rubygem-showcase-rails/Makefile
blob: 91e9c4b860b0799b1f44229875299f0f2dd5c433 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	showcase-rails
PORTVERSION=	0.5.0
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-rails81>=7.2:www/rubygem-rails81

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>