- Update version requirement of RUN_DEPENDS Changes: https://github.com/turbolinks/turbolinks-rails/commits/master
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-turbolinks-source>=5.2<6:www/rubygem-turbolinks-source
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|