aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-god/Makefile
blob: 8deb4775ab96003efdf6ff25afbc1e6edc0fa2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=	RG

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>