mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# $FreeBSD:ruby/Makefile 467103 2018-04-11 19:39:54Z sunpoet $
|
|
|
|
PORTNAME= turbolinks
|
|
PORTVERSION= 5.1.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Turbolinks makes following links in your web application faster
|
|
|
|
|
|
RUN_DEPENDS= rubygem-coffee-rails4>=4.0.1:ruby/rubygem-coffee-rails4 \
|
|
rubygem-turbolinks-source>=5.1:ruby/rubygem-turbolinks-source
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|