aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-grape-swagger-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-grape-swagger-gitlab/Makefile')
-rw-r--r--devel/rubygem-grape-swagger-gitlab/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-grape-swagger-gitlab/Makefile b/devel/rubygem-grape-swagger-gitlab/Makefile
new file mode 100644
index 000000000000..64a511e3b62c
--- /dev/null
+++ b/devel/rubygem-grape-swagger-gitlab/Makefile
@@ -0,0 +1,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>