mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
20 lines
422 B
Makefile
20 lines
422 B
Makefile
PORTNAME= stimulus-rails
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails70
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|