mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
24 lines
414 B
Makefile
24 lines
414 B
Makefile
COMMENT= fast process spawning
|
|
|
|
DISTNAME= posix-spawn-0.3.13
|
|
REVISION = 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/rtomayko/posix-spawn
|
|
|
|
# MIT / LGPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
MODRUBY_TEST= rake
|
|
TEST_DEPENDS= devel/ruby-rake-compiler,${MODRUBY_FLAVOR}
|
|
|
|
pre-configure:
|
|
perl -pi -e 's,"ruby","${RUBY}",,g' ${WRKSRC}/test/test_spawn.rb
|
|
|
|
.include <bsd.port.mk>
|