git: 7a544245ac20 - main - www/p5-HTML-TreeBuilder-LibXML: Update TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a544245ac208bd18f54a5f14eba0c73035b4dcc
commit 7a544245ac208bd18f54a5f14eba0c73035b4dcc
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:21 +0000
www/p5-HTML-TreeBuilder-LibXML: Update TEST_DEPENDS
Approved by: portmgr (blanket)
With hat: perl
---
www/p5-HTML-TreeBuilder-LibXML/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/p5-HTML-TreeBuilder-LibXML/Makefile b/www/p5-HTML-TreeBuilder-LibXML/Makefile
index c7ecd3a01561..171e95ed0e45 100644
--- a/www/p5-HTML-TreeBuilder-LibXML/Makefile
+++ b/www/p5-HTML-TreeBuilder-LibXML/Makefile
@@ -12,14 +12,16 @@ WWW= https://metacpan.org/release/HTML-TreeBuilder-LibXML
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-# Do not add p5-Web-Query and p5-Web-Scraper to TEST_DEPENDS to avoid cyclic dependency loop
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Filter>=0:devel/p5-Filter \
p5-HTML-TreeBuilder-XPath>=0.14:www/p5-HTML-TreeBuilder-XPath \
p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML
+TEST_DEPENDS= p5-Web-Query>=0:www/p5-Web-Query \
+ p5-Web-Scraper>=0.36:www/p5-Web-Scraper
-NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
+
.include <bsd.port.mk>