freebsd-ports/devel/rubygem-grape-swagger/Makefile
2020-08-23 19:43:27 +00:00

22 lines
393 B
Makefile

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