Files
bsdports/ruby/rubygem-turbolinks/Makefile
2019-12-26 07:26:06 +00:00

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>