opnsense-ports/devel/rubygem-grape_logging/Makefile
Franco Fichtner f0ac9401ff */*: sync with upstream
Taken from: HardenedBSD
2018-04-23 07:02:47 +02:00

22 lines
420 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= grape_logging
PORTVERSION= 1.8.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 \
rubygem-rack>=0:www/rubygem-rack
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>