forked from Lainports/freebsd-ports
Logger is a simple but powerful logging utility to output messages in your Ruby program. Logger has the following features: - Print messages to different levels such as info and error - Auto-rolling of log files - Setting the format of log messages - Specifying a program name in conjunction with the message WWW: https://github.com/ruby/logger
19 lines
318 B
Makefile
19 lines
318 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logger
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple logging utility for outputting messages
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|