mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Changes: https://github.com/socketry/console/releases https://github.com/socketry/console/commits/main
22 lines
501 B
Makefile
22 lines
501 B
Makefile
PORTNAME= console
|
|
PORTVERSION= 1.29.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Beautiful logging for Ruby
|
|
WWW= https://socketry.github.io/console/ \
|
|
https://github.com/socketry/console
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
RUN_DEPENDS= rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
|
|
rubygem-fiber-local>=1.1<2:devel/rubygem-fiber-local \
|
|
rubygem-json>=0:devel/rubygem-json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|