jeremy 9c37b1b669 Add OpenBSD comment to rubygems-ext.PLIST
Bump ruby gem ext ports as this changes the package.

Requested by espie@
2018-06-13 22:26:52 +00:00

26 lines
482 B
Makefile

# $OpenBSD: Makefile,v 1.11 2018/06/13 22:26:52 jeremy Exp $
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_CDROM= 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>