1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/rubygem-god/Makefile
Steve Wills e5e3347d37 - Update to 0.11.0
PR:		ports/156887
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2011-05-08 17:17:13 +00:00

23 lines
461 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.11.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= Monitoring framework written in Ruby
RUN_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>