opnsense-ports/devel/rubygem-stoplight/Makefile
Franco Fichtner eb680e551f */*: sync with upstream
Taken from: HardenedBSD
2018-05-24 09:09:32 +02:00

19 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>