2a6f1d5ec4
for Ruby programs as well as client library for sending logging messages to the Analogger process. Analogger will accept logs from multiple sources and can have multiple logging destinations. Currently, logging to a file, to STDOUT, or to STDERR is supported. A future revision may support logging to a database destination, as well. WWW: http://analogger.swiftcore.org PR: ports/111633 Submitted by: Alexander Logvinov <ports at logvinov.com>
21 lines
608 B
Makefile
21 lines
608 B
Makefile
# Ports collection makefile for: rubygem-analogger
|
|
# Date created: 01 April 2007
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= analogger
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@logvinov.com
|
|
COMMENT= A fast, flexible, easy to use logging service for Ruby
|
|
|
|
BUILD_DEPENDS= rubygem-eventmachine>=0.7.0:${PORTSDIR}/devel/rubygem-eventmachine
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|