Add one missing run-time dependency.

This commit is contained in:
Alexey Dokuchaev 2020-07-09 15:21:35 +00:00
parent d5e70e2236
commit a3d8f2ce01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541753

View File

@ -10,7 +10,8 @@ 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
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