Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-posix-spawn / Makefile
1 # Created by: Steve Wills <swills@rubick>
2 # $FreeBSD$
3
4 PORTNAME=       posix-spawn
5 PORTVERSION=    0.3.11
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Ruby wrapper for posix_spawnp(2) for faster process spawning
11
12 LICENSE=        MIT
13
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18 PLIST_FILES=    bin/posix-spawn-benchmark
19
20 .include <bsd.port.mk>