blob: 1502579eb829e3a150148e9c29b516c2a04e9c14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Steve Wills <swills@rubick>
PORTNAME= posix-spawn
PORTVERSION= 0.3.15
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for posix_spawnp(2) for faster process spawning
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/posix-spawn-benchmark
.include <bsd.port.mk>
|