770c2c4a1a
Approved by: maintainer, Nick Dewing (implicit)
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Ports collection makefile for: rubygem-mixlib-shellout
|
|
# Date created: 23 Aug 2012
|
|
# Whom: ndewing@experts-exchange.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mixlib-shellout
|
|
PORTVERSION= 1.1.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
|
|
|
|
.include <bsd.port.mk>
|