22 lines
424 B
Makefile
22 lines
424 B
Makefile
# Created by: ndewing@experts-exchange.com
|
|
|
|
PORTNAME= mixlib-shellout
|
|
PORTVERSION= 3.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= nickdewing@gmail.com
|
|
COMMENT= Shell interface that also collects stdout and stderr
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-chef-utils>=0:sysutils/rubygem-chef-utils
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|