freebsd-ports/devel/p5-Color-ANSI-Util/Makefile
Sunpoet Po-Chuan Hsieh a8647588f2 Add p5-Color-ANSI-Util 0.162
Color::ANSI::Util provides routines for dealing with ANSI colors. The two main
functions are ansifg and ansibg. With those functions, you can specify colors in
RGB and let it output the correct ANSI color escape code according to the color
depth support of the terminal (whether 16-color, 256-color, or 24bit). There are
other functions to convert RGB to ANSI in specific color depths, or reverse
functions to convert from ANSI to RGB codes.

WWW: https://metacpan.org/release/Color-ANSI-Util
2018-12-03 19:57:44 +00:00

22 lines
398 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Color-ANSI-Util
PORTVERSION= 0.162
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Routines for dealing with ANSI colors
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>