18 lines
293 B
Makefile
18 lines
293 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|