aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-ansi/Makefile
blob: 76bf784443eac9fb10feeb05a139ef35d4dde6b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	ansi
PORTVERSION=	1.5.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Gem enabling ANSI code based colorization and stylization of output
WWW=		https://rubyworks.github.io/ansi/

LICENSE=	BSD2CLAUSE

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>