blob: 1bc560ab8df34e5219d906cad0b3c3bd3760e0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|