blob: c808e0fa66722091e4209d2d75a17fbb3616d1fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|