freebsd-ports/www/rubygem-jquery-turbolinks/Makefile
Sunpoet Po-Chuan Hsieh e2b13a058d - Add LICENSE
2015-05-23 15:30:25 +00:00

21 lines
458 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
RUN_DEPENDS= rubygem-railties4>=4.1.6:${PORTSDIR}/www/rubygem-railties4 \
rubygem-turbolinks>=0:${PORTSDIR}/www/rubygem-turbolinks
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>