git: fe107eca8ba1 - main - net/p5-RPC-XML: Add RECOMMENDED option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 04:53:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe107eca8ba16c7b90821773fa6835c59fdb50dd commit fe107eca8ba16c7b90821773fa6835c59fdb50dd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-05-29 04:44:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-05-29 04:52:26 +0000 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}