5f9f419543
PR: 163499 Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
28 lines
736 B
Makefile
28 lines
736 B
Makefile
# Ports collection makefile for: rubygem-ohai
|
|
# Date created: 18 Mar 2010
|
|
# Whom: Renaud Chaput <renchap@cocoa-x.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ohai
|
|
PORTVERSION= 0.6.10
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Ohai profiles your system and emits JSON
|
|
|
|
RUN_DEPENDS= 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=2.2.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>
|