summaryrefslogtreecommitdiff
path: root/devel/rubygem-grape-swagger/Makefile
blob: bbfdb42022784aaf005ce31142df6de3cfe7c963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	grape-swagger
PORTVERSION=	2.1.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Documentation tool for grape APIs
WWW=		https://github.com/ruby-grape/grape-swagger

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-grape>=1.7<4.0:devel/rubygem-grape

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>