18 lines
437 B
Makefile
18 lines
437 B
Makefile
PORTNAME= Parse-ANSIColor-Tiny
|
|
PORTVERSION= 0.700
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Determine attributes of ANSI-colored string
|
|
WWW= https://metacpan.org/release/Parse-ANSIColor-Tiny
|
|
|
|
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \
|
|
p5-Test-Requires>=0:devel/p5-Test-Requires
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|