aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-grape-swagger/Makefile
blob: 6e060997b77374442e6f676c5dfbb98246d0b0fa (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=	1.5.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

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

RUN_DEPENDS=	rubygem-grape>=1.3<2:devel/rubygem-grape

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>