mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $FreeBSD: head/www/rubygem-turbolinks/Makefile 513082 2019-09-27 21:28:28Z sunpoet $
|
|
|
|
PORTNAME= turbolinks
|
|
PORTVERSION= 5.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Turbolinks makes following links in your web application faster
|
|
|
|
|
|
RUN_DEPENDS= rubygem-turbolinks-source>=5.2:ruby/rubygem-turbolinks-source
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|