blob: 64a511e3b62c0a4a484894a6ca5f50dd3b24f361 (
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-swagger
PORTVERSION= 2.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@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-grape20>=1.7<3.0:devel/rubygem-grape20 \
rubygem-rack-test>=2<3:www/rubygem-rack-test
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|