freebsd-ports/www/rubygem-turbolinks/Makefile
Sunpoet Po-Chuan Hsieh b22806a078 Update to 5.1.0
- Update WWW

Changes:	https://github.com/turbolinks/turbolinks/releases
2018-01-09 16:41:28 +00:00

21 lines
444 B
Makefile

# $FreeBSD$
PORTNAME= turbolinks
PORTVERSION= 5.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Turbolinks makes following links in your web application faster
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4 \
rubygem-turbolinks-source>=5.1:www/rubygem-turbolinks-source
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>