mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
17 lines
329 B
Makefile
17 lines
329 B
Makefile
PORTNAME= circuitbox
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A robust circuit breaker that manages failing external services
|
|
WWW= https://github.com/yammer/circuitbox
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|