summaryrefslogtreecommitdiff
path: root/devel/rubygem-grape-swagger/Makefile
blob: 9f919f7ddf056940b97b77bab6bf28bbf5c356de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$

PORTNAME=	grape-swagger
PORTVERSION=	0.10.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Documentation tool for grape APIs

LICENSE=	MIT

RUN_DEPENDS=	rubygem-grape>=0.8.0:devel/rubygem-grape \
		rubygem-grape-entity>=0:devel/rubygem-grape-entity

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>