freebsd-ports/sysutils/rubygem-syslog-logger/Makefile
Sunpoet Po-Chuan Hsieh c0737a32d2 Add rubygem-syslog-logger 1.6.8
Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in
with a few caveats. You can add Logger::Syslog to your Rails production
environment to aggregate logs between multiple machines.

WWW: https://github.com/ngmoco/syslog_logger
2017-07-16 00:47:40 +00:00

18 lines
321 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= syslog-logger
PORTVERSION= 1.6.8
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Improved Logger replacement that logs to syslog
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>