freebsd-ports/sysutils/rubygem-ohai/Makefile
Philip M. Gollucci 69d629a3da - Convert MASTER_SITES to RG
PR:             ports/147013 ports/147014 ports/147015 ports/147016
                ports/147017 ports/147018 ports/147019 ports/147020
                ports/147033 ports/147034 ports/147035 ports/147036
                ports/147037 ports/147038 ports/147040 ports/147041
                ports/147042
Submitted by:   pgollucci@ (myself)
With Hat:       ruby@
2010-05-27 00:57:34 +00:00

33 lines
898 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
BUILD_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
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ohai
# we care about not passing -A to allow HTTP redirects
FETCH_ARGS= -pRr
.include <bsd.port.mk>