c83b5d1803
and no dependencies. It is intentionally very opinionated and is optimized for speed. This combination makes it perfect for command line applications. WWW: https://github.com/sethvargo/logify PR: 195706 Submitted by: Michael Moll <kvedulv@kvedulv.de>
18 lines
317 B
Makefile
18 lines
317 B
Makefile
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logify
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kvedulv@kvedulv.de
|
|
COMMENT= Lightweight logging library for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|