www/awstats: add missing RDEP on JSON::XS

otherwise awstats.cgi blows with the proverbial error message..
Can't locate JSON/XS.pm in @INC (you may need to install the JSON::XS module)

while here also add p5-Try-Tiny, even if its a dependency of p5-libwww,
it's used directly.
This commit is contained in:
landry
2025-10-29 11:42:09 +00:00
parent c0dc95eae2
commit ea62df87a9
+4 -1
View File
@@ -1,6 +1,7 @@
COMMENT= free real-time logfile analyzer
DISTNAME= awstats-8.0
REVISION= 0
CATEGORIES= www
@@ -11,7 +12,9 @@ PERMIT_PACKAGE= Yes
SITES= ${SITE_SOURCEFORGE:=awstats/}
RUN_DEPENDS= www/p5-libwww
RUN_DEPENDS= www/p5-libwww \
devel/p5-Try-Tiny \
converters/p5-JSON-XS
NO_BUILD= Yes
NO_TEST= Yes