aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-posix-spawn/Makefile
blob: 8ab9b524dd84f7fc69e76675f3cb030faa16c3b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Steve Wills <swills@rubick>
# $FreeBSD$

PORTNAME=   posix-spawn
PORTVERSION=    0.3.11
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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/posix-spawn-benchmark

.include <bsd.port.mk>