# New ports collection makefile for:	rubygem-posix-spawn
# Date created:		2011-10-29
# Whom:			Steve Wills <swills@rubick>
#
# $FreeBSD: ports/devel/rubygem-posix-spawn/Makefile,v 1.1 2011/10/29 13:55:23 swills Exp $
#

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

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

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/posix-spawn-benchmark

.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
IGNORE=		missing posix_spawnp
.endif

.include <bsd.port.post.mk>
