a1c2df618e
* without a timeout set read from the pipe while we wait so that Process.waitpid doe not hang after the pipe buffer gets filled. * Fix exporting of LANG setting for Unix platforms.
12 lines
319 B
Makefile
12 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/06/16 16:41:56 taca Exp $
|
|
|
|
DISTNAME= subexec-0.2.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/nulayer/subexec
|
|
COMMENT= Subexec spawns an external command with a timeout
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|