Sunpoet Po-Chuan Hsieh feaaf6dbab Add rubygem-stoplight 2.1.3
Stoplight is traffic control for code. It's an implementation of the circuit
breaker pattern in Ruby.

WWW: https://github.com/orgsync/stoplight
2018-05-23 23:22:52 +00:00

20 lines
347 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= stoplight
PORTVERSION= 2.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of the circuit breaker pattern
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>