aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-jquery-turbolinks/Makefile
blob: 319cf5d1a4a230cd6b8fa77900ee0638e8dc7ba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
WWW=		https://github.com/kossnocorp/jquery.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

NO_ARCH=	yes

.include <bsd.port.mk>