freebsd-ports/devel/rubygem-timeout/Makefile
Sunpoet Po-Chuan Hsieh 6b9187ff51 Add rubygem-timeout 0.1.0
Timeout provides a way to auto-terminate a potentially long-running operation if
it hasn't finished in a fixed amount of time.

WWW: https://github.com/ruby/timeout
2020-07-30 09:47:27 +00:00

20 lines
367 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= timeout
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Auto-terminate potentially long-running operations in Ruby
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>