freebsd-ports/devel/rubygem-grape-swagger/Makefile
Sunpoet Po-Chuan Hsieh ad54d32457 - Update to 0.10.1
Changes:	https://github.com/tim-vandecasteele/grape-swagger/blob/master/CHANGELOG.md
PR:		198947
Submitted by:	<kvedulv@kvedulv.de>
2015-03-27 14:11:39 +00:00

21 lines
453 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= grape-swagger
PORTVERSION= 0.10.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Documentation tool for grape APIs
LICENSE= MIT
RUN_DEPENDS= rubygem-grape>=0.8.0:${PORTSDIR}/devel/rubygem-grape \
rubygem-grape-entity>=0:${PORTSDIR}/devel/rubygem-grape-entity
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>