diff options
-rw-r--r-- | math/p5-MatrixReal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index 33c455e98ce1..abb8c7a5e237 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -18,6 +18,8 @@ COMMENT= A perl module implementing a Matrix of Reals LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most + PERL_CONFIGURE= YES MAN3= Math::MatrixReal.3 Math::Kleene.3 |