21 lines
398 B
Makefile
21 lines
398 B
Makefile
PORTNAME= grape-swagger
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Documentation tool for grape APIs
|
|
WWW= https://github.com/ruby-grape/grape-swagger
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-grape20>=1.7<4.0:devel/rubygem-grape20
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|