freebsd-ports/devel/rubygem-grape-swagger/Makefile
Sunpoet Po-Chuan Hsieh e57ad6b5f7 - Add NO_ARCH
2015-06-21 13:54:57 +00:00

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>