bbf1169b39
systemu is a portable replacement for popen4 in ruby. systemu can be used on any platform to return status, stdout, and stderr of any command. Unlike other methods like open3/popen4 there is zero danger of full pipes or threading issues hanging your process or subprocess. from matt dainty ok jeremy@
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/21 19:27:23 jasper Exp $
|
|
|
|
COMMENT= portable replacement for popen4
|
|
|
|
DISTNAME= systemu-2.4.2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|