pkgsrc/devel/ruby-posix-spawn/Makefile

19 lines
502 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2017/03/19 17:05:56 taca Exp $
DISTNAME= posix-spawn-0.3.13
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rtomayko/posix-spawn/
2012-06-06 23:55:22 +02:00
COMMENT= Ruby wrapper for the posix_spawn() system call
LICENSE= mit
2015-01-04 03:52:03 +01:00
# These platforms don't have posix_spawn().
# (doubtless there are more than just older netbsd...)
NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"