22 lines
568 B
Makefile
22 lines
568 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-FromANSI-Tiny
|
|
PORTVERSION= 0.105
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Easily convert colored command line output to HTML
|
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
p5-Parse-ANSIColor-Tiny>=0.600:textproc/p5-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>
|