mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
A simple way to add proper auto generated documentation to inline
described grape APIs. WWW: https://github.com/tim-vandecasteele/grape-swagger PR: ports/188007 Submitted by: Michael Moll <kvedulv at kvedulv.de>
This commit is contained in:
parent
b506d4d054
commit
e58ca3cb40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349556
@ -4235,6 +4235,7 @@
|
||||
SUBDIR += rubygem-graf
|
||||
SUBDIR += rubygem-grape
|
||||
SUBDIR += rubygem-grape-entity
|
||||
SUBDIR += rubygem-grape-swagger
|
||||
SUBDIR += rubygem-grit
|
||||
SUBDIR += rubygem-hashery
|
||||
SUBDIR += rubygem-hashie
|
||||
|
22
devel/rubygem-grape-swagger/Makefile
Normal file
22
devel/rubygem-grape-swagger/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grape-swagger
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Documentation tool for grape APIs
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-grape>=0.2.0:${PORTSDIR}/devel/rubygem-grape \
|
||||
rubygem-grape-entity>=0.3.0:${PORTSDIR}/devel/rubygem-grape-entity \
|
||||
rubygem-kramdown>=1.3.1:${PORTSDIR}/textproc/rubygem-kramdown
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-grape-swagger/distinfo
Normal file
2
devel/rubygem-grape-swagger/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/grape-swagger-0.7.2.gem) = 6503907d2dab219816b283cebdc4cf9c5c99466a9208d1c29aee2c4649b1a1f5
|
||||
SIZE (rubygem/grape-swagger-0.7.2.gem) = 18944
|
4
devel/rubygem-grape-swagger/pkg-descr
Normal file
4
devel/rubygem-grape-swagger/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A simple way to add proper auto generated documentation to inline
|
||||
described grape APIs.
|
||||
|
||||
WWW: https://github.com/tim-vandecasteele/grape-swagger
|
Loading…
Reference in New Issue
Block a user