freebsd-ports/sysutils/rubygem-ohai/Makefile
Philip M. Gollucci 843ade1030 - GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
2010-06-06 19:25:10 +00:00

29 lines
793 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
CATEGORIES= sysutils
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Ohai profiles your system and emits JSON
RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
rubygem-mixlib-config>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-config \
rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
rubygem-systemu>=1.2.0:${PORTSDIR}/devel/rubygem-systemu \
rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \
rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ohai
.include <bsd.port.mk>