# Created by: Steve Wills # $FreeBSD: head/devel/rubygem-posix-spawn/Makefile 366716 2014-08-31 03:29:11Z swills $ PORTNAME= posix-spawn PORTVERSION= 0.3.9 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 .if ${OSVERSION} < 800000 IGNORE= missing posix_spawnp .endif .include