freebsd-ports/sysutils/rubygem-god/Makefile

20 lines
406 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
PORTNAME= god
PORTVERSION= 0.13.2
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
NO_STAGE= yes
.include <bsd.port.mk>