freebsd-ports/devel/rubygem-grape-route-helpers/Makefile
Sunpoet Po-Chuan Hsieh aadc236322 Cosmetic change
2019-11-03 17:16:56 +00:00

24 lines
491 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>