ports/devel/p5-Color-ANSI-Util/Makefile
2024-03-09 22:05:38 +08:00

23 lines
486 B
Makefile

PORTNAME= Color-ANSI-Util
PORTVERSION= 0.165
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Routines for dealing with ANSI colors
WWW= https://metacpan.org/release/Color-ANSI-Util
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Color-RGB-Util>=0.607:devel/p5-Color-RGB-Util
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>