17 lines
335 B
Makefile
17 lines
335 B
Makefile
# Created by: ndewing@experts-exchange.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mixlib-shellout
|
|
PORTVERSION= 1.2.0
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|