mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
440 B
Makefile
22 lines
440 B
Makefile
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>
|