freebsd-ports/devel/rubygem-mixlib-shellout/Makefile
Steve Wills 60d073d3fc - Fix bug which prevents chef-client to run when the terminal used to launch it
is closed.

PR:		190068
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Approved by:	maintainer timeout (nickdewing@gmail.com, >2 weeks)
2014-06-08 13:45:18 +00:00

17 lines
337 B
Makefile

# Created by: ndewing@experts-exchange.com
# $FreeBSD$
PORTNAME= mixlib-shellout
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= nickdewing@gmail.com
COMMENT= Shell interface that also collects stdout and stderr
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>