aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-stimulus-rails/Makefile
blob: 66b57004e4149f8497bb6d869817ee7fe3159703 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	stimulus-rails
PORTVERSION=	1.1.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Modest JavaScript framework for the HTML you already have
WWW=		https://github.com/hotwired/stimulus-rails

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-railties70>=6.0.0:www/rubygem-railties70

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>