mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
Required for gitlab-ce 16.1 Changelog: https://github.com/ruby-grape/grape-swagger/blob/master/CHANGELOG.md#161-may-21-2023
19 lines
365 B
Makefile
19 lines
365 B
Makefile
PORTNAME= grape-swagger
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@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-grape>=1.3<2:devel/rubygem-grape
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|