mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
770c2c4a1a
Approved by: maintainer, Nick Dewing (implicit)
21 lines
411 B
Makefile
21 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>
|