mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Define and serve live-updating Swagger JSON for Ruby apps. WWW: https://github.com/fotinakis/swagger-blocks
16 lines
297 B
Makefile
16 lines
297 B
Makefile
PORTNAME= swagger-blocks
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Define and serve live-updating Swagger JSON for Ruby apps
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|