freebsd-ports/www/rubygem-gitlab-turbolinks-classic/Makefile
Torsten Zuehlsdorff a9ff3e5e4b Repo-copy rubygem-turbolinks-classic to rubygem-gitlab-turbolinks-classic.
The new port is a fork needed by the next GitLab version and developed
now by the GitLab team itself.
2017-03-06 10:14:29 +00:00

20 lines
398 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-turbolinks-classic
PORTVERSION= 2.5.6
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}/MIT-LICENSE
RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>