ports/devel/rubygem-swagger-blocks/Makefile
Antoine Brodin 81708b87a7 devel/rubygem-swagger-blocks: new port
Define and serve live-updating Swagger JSON for Ruby apps.
WWW: https://github.com/fotinakis/swagger-blocks
2021-09-21 17:57:57 +00:00

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>