aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-turbolinks/Makefile
blob: 4654c02338b24d2b166c139f9a24fc75e58899df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   turbolinks
PORTVERSION=    1.3.0
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Turbolinks makes following links in your web application faster

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

RUN_DEPENDS=    rubygem-coffee-rails>=0:${PORTSDIR}/devel/rubygem-coffee-rails

NO_STAGE=   yes

.include <bsd.port.mk>