mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
20 lines
325 B
Makefile
20 lines
325 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
|
|
PORTNAME= god
|
|
PORTVERSION= 0.13.7
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Monitoring framework written in Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/god
|
|
|
|
.include <bsd.port.mk>
|