ports/devel/rubygem-mixlib-shellout/Makefile

18 lines
321 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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>