blob: 16d507e2e14d5662345c187f8f3c7b8c276e2012 (
plain)
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|