1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/rubygem-thwait/Makefile
2020-07-24 07:18:37 +00:00

23 lines
404 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>