Edit

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

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2014-10-11 19:54:46
    Hash : a6b8b062
    Message : Bump gem ports buildable with ruby 1.8 that have binaries The binaries now use a 18 suffix on ruby 1.8.

  • sysutils/ruby-posix-spawn/Makefile
  • # $OpenBSD: Makefile,v 1.7 2014/10/11 19:54:47 jeremy Exp $
    
    COMMENT=	fast process spawning
    
    DISTNAME=	posix-spawn-0.3.6
    REVISION=	4
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	https://github.com/rtomayko/posix-spawn
    
    # MIT / LGPL
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=	lang/ruby
    
    CONFIGURE_STYLE=ruby gem ext
    
    .include <bsd.port.mk>