opnsense-ports/devel/rubygem-grape-swagger/Makefile
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

21 lines
394 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= grape-swagger
PORTVERSION= 0.31.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-grape>=0.16.2:devel/rubygem-grape
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>