freebsd-ports/www/rubygem-jquery-turbolinks/Makefile

22 lines
452 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>=4.1.6:www/rubygem-railties4 \
rubygem-turbolinks>=0:www/rubygem-turbolinks
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>