opnsense-ports/devel/rubygem-grape-swagger/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

23 lines
501 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= grape-swagger
PORTVERSION= 0.20.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Documentation tool for grape APIs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-awesome_print>=0:devel/rubygem-awesome_print \
rubygem-grape>=0:devel/rubygem-grape \
rubygem-grape-entity>=0:devel/rubygem-grape-entity
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>