freebsd-ports/sysutils/rubygem-god/Makefile
Sunpoet Po-Chuan Hsieh 97f3705776 - Update to 0.13.7
- Add LICENSE_FILE

Changes:	https://github.com/mojombo/god/blob/master/History.txt
2015-10-27 15:54:11 +00:00

21 lines
367 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/god
.include <bsd.port.mk>