ports/devel/rubygem-grape_logging/Makefile
Sunpoet Po-Chuan Hsieh d00130d935 Add rubygem-grape_logging 1.7.0
This gem provides simple request logging for Grape with just few lines of code
you have to put in your project! In return you will get response codes, paths,
parameters and more!

WWW: https://github.com/aserafin/grape_logging
2017-09-22 15:49:35 +00:00

21 lines
383 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= grape_logging
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Request logging for Grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>