a9ff3e5e4b
The new port is a fork needed by the next GitLab version and developed now by the GitLab team itself.
20 lines
398 B
Makefile
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>
|