60d073d3fc
is closed. PR: 190068 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: maintainer timeout (nickdewing@gmail.com, >2 weeks)
17 lines
337 B
Makefile
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>
|