1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/rubygem-yell/Makefile
Steve Wills 9002a72b5d Yell - Your Extensible Logging Library for Ruby is a library to define
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>
2014-03-29 14:43:30 +00:00

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>