2013-08-02 20:52:07 +02:00
|
|
|
# Created by: dawe <daweonline@gmail.com>
|
2008-01-21 22:59:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Statistics-TTest
|
|
|
|
PORTVERSION= 1.1.0
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 3
|
2008-01-21 22:59:17 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-03-17 23:28:24 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-01-21 22:59:17 +01:00
|
|
|
COMMENT= Perl module to perform T-test on 2 independent samples
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Statistics-Descriptive>=0:math/p5-Statistics-Descriptive \
|
|
|
|
p5-Statistics-Distributions>=0.07:math/p5-Statistics-Distributions
|
2012-03-17 23:28:24 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-01-21 22:59:17 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-01-21 22:59:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|