aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-console/Makefile
blob: a90b2dbbe11594030aaa95438fdd0261138e805c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	console
PORTVERSION=	1.10.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Beautiful logging for Ruby

LICENSE=	MIT

RUN_DEPENDS=	rubygem-fiber-local>=0:devel/rubygem-fiber-local

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>