freebsd-ports/www/rubygem-turbo-rails/Makefile

22 lines
489 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= turbo-rails
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Speed of a single-page web application without having to write any JavaScript
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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>