From fe107eca8ba16c7b90821773fa6835c59fdb50dd Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 29 May 2025 12:44:30 +0800 Subject: [PATCH] net/p5-RPC-XML: Add RECOMMENDED option --- net/p5-RPC-XML/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 608143e7552e..ae3ecc88fb1a 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -25,8 +25,13 @@ USE_PERL5= configure NO_ARCH= yes -OPTIONS_DEFINE= XS +OPTIONS_DEFINE= RECOMMENDED XS +RECOMMENDED_DESC= Recommended dependencies by upstream +RECOMMENDED_BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0.15:devel/p5-DateTime-Format-ISO8601 \ + p5-DateTime>=1.54:devel/p5-DateTime +RECOMMENDED_RUN_DEPENDS=p5-DateTime-Format-ISO8601>=0.15:devel/p5-DateTime-Format-ISO8601 \ + p5-DateTime>=1.54:devel/p5-DateTime XS_BUILD_DEPENDS= p5-XML-LibXML>=2.0206,1:textproc/p5-XML-LibXML XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}