aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-turbolinks/Makefile
blob: f1e2f84828edfce942807ded2673b0e8d518a938 (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

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>