Module Name: pkgsrc-wip Committed By: Thomas Klausner <tk%giga.or.at@localhost> Pushed By: wiz Date: Sun Jun 24 11:34:53 2018 +0200 Changeset: 6aef510f8b9b001ae5cff01d7911e8bdd6617840 Modified Files: p5-MongoDB/Makefile Log Message: p5-MongoDB: add some missing dependencies Many more are needed. To see a diff of this commit: https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6aef510f8b9b001ae5cff01d7911e8bdd6617840 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. diffstat: p5-MongoDB/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diffs: diff --git a/p5-MongoDB/Makefile b/p5-MongoDB/Makefile index 84dcb814c2..04ea118281 100644 --- a/p5-MongoDB/Makefile +++ b/p5-MongoDB/Makefile @@ -21,6 +21,21 @@ DEPENDS+= p5-Try-Tiny>=0.09:../../devel/p5-Try-Tiny DEPENDS+= p5-boolean>=0.28:../../devel/p5-boolean DEPENDS+= p5-Config-AutoConf-[0-9]*:../../devel/p5-Config-AutoConf DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny +DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS + +TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep + +# Authen::SCRAM::Client is not installed (version '0.009' required) +# BSON::Decimal128 is not installed (version '1' required) +# BSON::Types is not installed (any version required) +# Class::XSAccessor is not installed (any version required) +# Safe::Isa is not installed (any version required) +# Type::Library is not installed (any version required) +# Type::Tiny is not installed (version '1' required) +# Type::Tiny::XS is not installed (any version required) +# Type::Utils is not installed (any version required) +# Types::Standard is not installed (any version required) + MAKE_JOBS_SAFE= no PERL5_PACKLIST= auto/MongoDB/.packlist