opnsense-ports/devel/rubygem-stoplight/Makefile
Franco Fichtner f0011d238f */*: sync with upstream
Taken from: FreeBSD
2023-03-22 09:27:13 +01:00

20 lines
392 B
Makefile

PORTNAME= stoplight
PORTVERSION= 3.0.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of the circuit breaker pattern
WWW= https://github.com/bolshakov/stoplight
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-redlock1>=1.0<2:devel/rubygem-redlock1
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>