aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-turbolinks/Makefile
blob: d7949b84d77efab6da3b48801c30f4600c34291a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	turbolinks
PORTVERSION=	5.2.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Turbolinks makes following links in your web application faster
WWW=		https://github.com/turbolinks/turbolinks

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-turbolinks-source>=5.2<6:www/rubygem-turbolinks-source

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>