freebsd-ports/devel/rubygem-posix-spawn/Makefile
2021-04-06 16:31:07 +02:00

19 lines
365 B
Makefile

# 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>