freebsd-ports/www/rubygem-jquery-turbolinks/Makefile
2019-08-11 16:51:23 +00:00

23 lines
453 B
Makefile

# $FreeBSD$
PORTNAME= jquery-turbolinks
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= jQuery plugin for drop-in fix binded events problem caused by Turbolinks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-railties4>=3.1.0:www/rubygem-railties4 \
rubygem-turbolinks>=0:www/rubygem-turbolinks
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>