# Created by: Steve Wills <swills@rubick>
# $FreeBSD: head/devel/rubygem-posix-spawn/Makefile 431315 2017-01-12 20:03:27Z sunpoet $

PORTNAME=	posix-spawn
PORTVERSION=	0.3.13
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby wrapper for posix_spawnp(2) for faster process spawning

LICENSE=	MIT

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/posix-spawn-benchmark

.include <bsd.port.mk>
