Edit

IABSD.fr/ports/sysutils/ruby-posix-spawn/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2018-06-13 22:26:52
    Hash : 9c37b1b6
    Message : Add OpenBSD comment to rubygems-ext.PLIST Bump ruby gem ext ports as this changes the package. Requested by espie@

  • sysutils/ruby-posix-spawn/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>