diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-05 21:55:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-05 21:55:02 +0000 |
commit | 63580c2ed876de4227a8e8d44ad982a123f87834 (patch) | |
tree | fc197ead0eb69a90e95d4ffc7c090fd8d0babf17 | |
parent | - Add TEST_DEPENDS to enable testing (diff) |
- Add TEST_DEPENDS to allow testing
Notes
Notes:
svn path=/head/; revision=288568
-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 |