mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9002a72b5d
multiple adapters, various log level combinations or message formatting options. WWW: http://rudionrails.github.io/yell/ PR: ports/187949 Submitted by: Michael Moll <kvedulv at kvedulv.de>
19 lines
310 B
Makefile
19 lines
310 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yell
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Extensible logging library for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|