17 lines
295 B
Makefile
17 lines
295 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:30 espie Exp $
|
|
|
|
COMMENT= open processes with handles on pid, stdin, stdout, stderr
|
|
|
|
DISTNAME= open4-0.9.6
|
|
REVISION= 6
|
|
CATEGORIES= devel
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|