mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
23 lines
515 B
Makefile
23 lines
515 B
Makefile
PORTNAME= turbo-rails
|
|
PORTVERSION= 2.0.12
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails70
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Speed of a single-page web application without having to write any JavaScript
|
|
WWW= https://github.com/hotwired/turbo-rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack70>=6.0.0:www/rubygem-actionpack70 \
|
|
rubygem-railties70>=6.0.0:www/rubygem-railties70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include <bsd.port.mk>
|