freebsd-ports/sysutils/rubygem-god/Makefile
Philip M. Gollucci a61d215768 - Update to 0.7.22
PR:             ports/151052
Submitted by:   myself (pgollucci)
Approved by:    gogo@cs.uni-sb.de (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-30 00:58:54 +00:00

22 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.7.22
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>