forked from Lainports/freebsd-ports
Changes: https://github.com/socketry/console/releases https://github.com/socketry/console/commits/main
20 lines
422 B
Makefile
20 lines
422 B
Makefile
PORTNAME= console
|
|
PORTVERSION= 1.23.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Beautiful logging for Ruby
|
|
WWW= https://github.com/socketry/console
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
|
|
rubygem-fiber-local>=0:devel/rubygem-fiber-local \
|
|
rubygem-json>=0:devel/rubygem-json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|