freebsd-ports/devel/rubygem-thwait/Makefile
Sunpoet Po-Chuan Hsieh 26e1bf1d69 Add rubygem-thwait 0.1.0
ThreadsWait watches for termination of multiple threads. Basic functionality
(wait until specified threads have terminated) can be accessed through the class
method ThreadsWait::all_waits. Finer control can be gained using instance
methods.

WWW: https://github.com/ruby/thwait
2020-02-04 17:50:23 +00:00

20 lines
351 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= thwait
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Watches for termination of multiple threads
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>