freebsd-ports/devel/rubygem-grape-route-helpers/Makefile
Sunpoet Po-Chuan Hsieh 5c8c5c4c62 Add rubygem-grape-route-helpers 2.1.0
grape-route-helpers provides named route helpers for Grape APIs, similar to
Rails' route helpers.

WWW: https://github.com/reprah/grape-route-helpers
2017-08-21 20:43:52 +00:00

23 lines
490 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= grape-route-helpers
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Route helpers for Grape
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>