2025-06-20 05:55:32 +02:00

22 lines
421 B
Makefile

PORTNAME= grape_logging
PORTVERSION= 1.8.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Request logging for Grape
WWW= https://github.com/aserafin/grape_logging
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-grape20>=0:devel/rubygem-grape20 \
rubygem-rack>=0,3:www/rubygem-rack
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>