32 lines
881 B
Makefile
32 lines
881 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.5.4
|
|
PORTREVISION= 1
|
|
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>=0:${PORTSDIR}/devel/rubygem-systemu \
|
|
rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib \
|
|
rubygem-json<=1.4.2:${PORTSDIR}/devel/rubygem-json
|
|
|
|
BROKEN= requires lower version of devel/rubygem-json then the port is currently at
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/ohai
|
|
|
|
.include <bsd.port.mk>
|