summaryrefslogtreecommitdiff
path: root/devel/rubygem-console/Makefile
blob: c24dac022982abc26807ca2ada637aff896a2c7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	console
PORTVERSION=	1.30.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>