freebsd-ports/devel/rubygem-console/Makefile
Sunpoet Po-Chuan Hsieh eee552ceae Add rubygem-console 1.4.0
Console provides beautiful console logging for Ruby applications. Implements
fast, buffered log output.

WWW: https://github.com/socketry/console
2019-08-19 20:46:17 +00:00

19 lines
292 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= console
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Beautiful logging for Ruby
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>