2007-07-23 14:59:09 +00:00
|
|
|
# Ports collection makefile for: rubygem-god
|
|
|
|
# Date created: 23 July 2007
|
|
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= god
|
2011-05-08 17:17:13 +00:00
|
|
|
PORTVERSION= 0.11.0
|
2007-07-23 14:59:09 +00:00
|
|
|
CATEGORIES= sysutils rubygems
|
2010-05-26 19:51:34 +00:00
|
|
|
MASTER_SITES= RG
|
2007-07-23 14:59:09 +00:00
|
|
|
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
|
|
COMMENT= Monitoring framework written in Ruby
|
|
|
|
|
2010-06-06 19:25:10 +00:00
|
|
|
RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
2007-07-23 14:59:09 +00:00
|
|
|
|
2008-04-06 08:58:21 +00:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 01:11:37 +00:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/god
|
2008-04-06 08:58:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|