# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-thwait/Makefile 543099 2020-07-24 07:18:37Z sunpoet $

PORTNAME=	thwait
PORTVERSION=	0.2.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

RUN_DEPENDS=	rubygem-e2mmap>=0:devel/rubygem-e2mmap

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>