summaryrefslogtreecommitdiff
path: root/textproc/rubygem-colored2/Makefile
blob: ad2763b886f3db299496fa1d97c4f0489cde2ad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	colored2
PORTVERSION=	3.1.2
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	romain@FreeBSD.org
COMMENT=	Colors in your terminal, simple as it can be
WWW=		https://rubygems.org/gems/colored2

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
NO_ARCH=	yes

.include <bsd.port.mk>