diff options
author | swills <swills@FreeBSD.org> | 2012-01-06 05:38:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-06 05:38:49 +0800 |
commit | 9befcb9f0e7aad9d1bbb165db1a336ceb20e6ada (patch) | |
tree | 4f980aab0f5daf8564f371cc58733ee03b9bce45 /math/p5-Math-SymbolicX-Statistics-Distributions | |
parent | c64d082fbccc534e25aa290d9166e043038b11ff (diff) | |
download | freebsd-ports-gnome-9befcb9f0e7aad9d1bbb165db1a336ceb20e6ada.tar.gz freebsd-ports-gnome-9befcb9f0e7aad9d1bbb165db1a336ceb20e6ada.tar.zst freebsd-ports-gnome-9befcb9f0e7aad9d1bbb165db1a336ceb20e6ada.zip |
- Add TEST_DEPENDS to enable testing
Diffstat (limited to 'math/p5-Math-SymbolicX-Statistics-Distributions')
-rw-r--r-- | math/p5-Math-SymbolicX-Statistics-Distributions/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile index 6a2f73822243..c7138031a728 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile @@ -16,7 +16,8 @@ COMMENT= Statistical distributions BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest MAN3= Math::SymbolicX::Statistics::Distributions.3 |