ports/devel/rubygem-grape-swagger/Makefile
Steve Wills e58ca3cb40 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>
2014-03-29 16:13:58 +00:00

22 lines
522 B
Makefile

# 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>