aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-grape-route-helpers/Makefile
blob: 8dbfba457ada561b24216040f48dcdf171d569d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	grape-route-helpers
PORTVERSION=	2.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Route helpers for Grape
WWW=		https://github.com/reprah/grape-route-helpers

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
		rubygem-grape>=0.16.0:devel/rubygem-grape \
		rubygem-rake>=0:devel/rubygem-rake

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>