forked from Lainports/opnsense-ports
19 lines
377 B
Makefile
19 lines
377 B
Makefile
PORTNAME= mixlib-shellout
|
|
PORTVERSION= 3.2.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= nickdewing@gmail.com
|
|
COMMENT= Shell interface that also collects stdout and stderr
|
|
WWW= https://www.chef.io/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-chef-utils>=0:sysutils/rubygem-chef-utils
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|