freebsd-ports/www/rubygem-turbolinks/Makefile
Sunpoet Po-Chuan Hsieh c610e31d31 Update to 5.2.1
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/turbolinks/turbolinks-rails/commits/master
2019-09-27 21:28:28 +00:00

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>