freebsd-ports/sysutils/rubygem-logify/Makefile
Pawel Pekala c83b5d1803 Logify is an incredibly light-weight Ruby logger with a developer-friendly API
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>
2014-12-19 17:24:13 +00:00

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>