mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= turbolinks
|
|
PORTVERSION= 5.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Turbolinks makes following links in your web application faster
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-coffee-rails-rails50>=4.0.1:devel/rubygem-coffee-rails-rails50 \
|
|
rubygem-turbolinks-source>=5.2:www/rubygem-turbolinks-source
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|