freebsd-ports/www/rubygem-jquery-turbolinks/Makefile
2013-10-30 03:02:27 +00:00

19 lines
427 B
Makefile

# $FreeBSD$
PORTNAME= jquery-turbolinks
PORTVERSION= 2.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= jQuery plugin for drop-in fix binded events problem caused by Turbolinks
RUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties \
rubygem-turbolinks>=0:${PORTSDIR}/www/rubygem-turbolinks
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>