freebsd-ports/www/rubygem-jquery-turbolinks/Makefile
Sunpoet Po-Chuan Hsieh 5a00ec99de - Add NO_ARCH
2015-06-28 17:58:05 +00:00

22 lines
471 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>