2010-04-24 13:55:45 +02:00
|
|
|
# Ports collection makefile for: rubygem-ohai
|
|
|
|
# Date created: 18 Mar 2010
|
|
|
|
# Whom: Renaud Chaput <renchap@cocoa-x.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ohai
|
2010-12-23 00:26:32 +01:00
|
|
|
PORTVERSION= 0.5.8
|
2010-09-14 01:33:44 +02:00
|
|
|
CATEGORIES= sysutils rubygems
|
2010-05-27 02:57:34 +02:00
|
|
|
MASTER_SITES= RG
|
2010-04-24 13:55:45 +02:00
|
|
|
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
|
|
COMMENT= Ohai profiles your system and emits JSON
|
|
|
|
|
2010-10-05 10:27:31 +02:00
|
|
|
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>=0:${PORTSDIR}/devel/rubygem-systemu \
|
|
|
|
rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib \
|
2010-12-23 00:26:32 +01:00
|
|
|
rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json
|
2010-04-24 13:55:45 +02:00
|
|
|
|
2011-03-02 22:39:57 +01:00
|
|
|
BROKEN= does not install
|
|
|
|
|
2010-04-24 13:55:45 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/ohai
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|