1PORTNAME= console 2PORTVERSION= 1.34.3 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5 6MAINTAINER= sunpoet@FreeBSD.org 7COMMENT= Beautiful logging for Ruby 8WWW= https://socketry.github.io/console/ \ 9 https://github.com/socketry/console 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/license.md 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \ 16 rubygem-fiber-local>=1.1<2:devel/rubygem-fiber-local \ 17 rubygem-json>=0:devel/rubygem-json 18 19USES= gem 20 21NO_ARCH= yes 22 23.include <bsd.port.mk> 24