mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user