opnsense-ports/devel/rubygem-posix-spawn/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

23 lines
525 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
PLIST_FILES= bin/posix-spawn-benchmark
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>