diff options
Diffstat (limited to 'net/p5-RPC-XML/Makefile')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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} |