mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7cc07c3760
- Update maintainer email address PR: ports/174776 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
23 lines
469 B
Makefile
23 lines
469 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.13.1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= gogolok+freebsd@gmail.com
|
|
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>
|