summaryrefslogtreecommitdiff
path: root/devel/rubygem-grape_logging-gitlab/Makefile
blob: be38cfacac4b3dd938a4c93de9ee21ff23defb22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>