diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-TTest/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/p5-Statistics-TTest/Makefile b/math/p5-Statistics-TTest/Makefile index 7c3e7ed42136..edba383aa10f 100644 --- a/math/p5-Statistics-TTest/Makefile +++ b/math/p5-Statistics-TTest/Makefile @@ -7,16 +7,18 @@ PORTNAME= Statistics-TTest PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Statistics PKGNAMEPREFIX= p5- -MAINTAINER= daweonline@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to perform T-test on 2 independent samples -BUILD_DEPENDS= p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive +BUILD_DEPENDS= p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive \ + p5-Statistics-Distributions>=0.07:${PORTSDIR}/math/p5-Statistics-Distributions +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |