freebsd-ports/devel/rubygem-posix-spawn/Makefile
2017-01-12 20:03:27 +00:00

19 lines
345 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= posix-spawn
PORTVERSION= 0.3.13
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
USES= gem
PLIST_FILES= bin/posix-spawn-benchmark
.include <bsd.port.mk>