547519472d
PR: 140305 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# Ports collection makefile for: rubygem-god
|
|
# Date created: 23 July 2007
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= god
|
|
PORTVERSION= 0.7.18
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
COMMENT= Monitoring framework written in Ruby
|
|
|
|
BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/god
|
|
|
|
.include <bsd.port.mk>
|