freebsd-ports/net-mgmt/rubygem-visage-app/Makefile
Steve Wills 611143d7fe Visage is a web interface for viewing collectd statistics. It also provides a
JSON interface onto collectd's RRD data, giving you an easy way to mash up the
data.

WWW: http://rubygems.org/gems/visage-app
2012-05-10 03:21:02 +00:00

28 lines
704 B
Makefile

# New ports collection makefile for: rubygem-visage
# Date created: 17 January 2012
# Whom: Brad Davis <brd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= visage-app
PORTVERSION= 2.1.0
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= brd@FreeBSD.org
COMMENT= Graph tool for Collectd
RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
rubygem-haml>=3.1.4:${PORTSDIR}/www/rubygem-haml \
rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra \
rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/visage-app
.include <bsd.port.mk>