df562c897d
PR: ports/170582 Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
29 lines
792 B
Makefile
29 lines
792 B
Makefile
# Ports collection makefile for: rubygem-ohai
|
|
# Date created: 18 Mar 2010
|
|
# Whom: Renaud Chaput <renchap@cocoa-x.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ohai
|
|
PORTVERSION= 6.14.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Ohai profiles your system and emits JSON
|
|
|
|
RUN_DEPENDS= rubygem-ipaddress>=0:${PORTSDIR}/net/rubygem-ipaddress \
|
|
rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log \
|
|
rubygem-mixlib-config>=0:${PORTSDIR}/devel/rubygem-mixlib-config \
|
|
rubygem-mixlib-cli>=0:${PORTSDIR}/devel/rubygem-mixlib-cli \
|
|
rubygem-systemu>=0:${PORTSDIR}/devel/rubygem-systemu \
|
|
rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/ohai
|
|
|
|
.include <bsd.port.mk>
|