mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
19 lines
426 B
Makefile
19 lines
426 B
Makefile
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
|
|
WWW= https://github.com/rtomayko/posix-spawn
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types
|
|
|
|
PLIST_FILES= bin/posix-spawn-benchmark
|
|
|
|
.include <bsd.port.mk>
|