diff options
author | swills <swills@FreeBSD.org> | 2012-01-06 05:55:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-06 05:55:02 +0800 |
commit | defcadf9e62965a8896f10a6bb254c77311f8600 (patch) | |
tree | 7e4bf7c0a4c10c9afea6116594fb7abb7ff1872b | |
parent | 9befcb9f0e7aad9d1bbb165db1a336ceb20e6ada (diff) | |
download | freebsd-ports-gnome-defcadf9e62965a8896f10a6bb254c77311f8600.tar.gz freebsd-ports-gnome-defcadf9e62965a8896f10a6bb254c77311f8600.tar.zst freebsd-ports-gnome-defcadf9e62965a8896f10a6bb254c77311f8600.zip |
- Add TEST_DEPENDS to allow testing
-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 |