aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Parse-ANSIColor-Tiny/Makefile
blob: 548904f72cd8fc119edbf3dd9b4e2d5ac6aef195 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Parse-ANSIColor-Tiny
PORTVERSION=	0.601
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Determine attributes of ANSI-colored string

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>