22 lines
466 B
Makefile
22 lines
466 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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|