summaryrefslogtreecommitdiff
path: root/math/p5-Statistics-TTest/Makefile
blob: d3f7e8c7e7f3030a781d81a125381510878f867c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.3 2016/06/08 19:24:05 wiz Exp $

DISTNAME=	Statistics-TTest-1.1.0
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	2
CATEGORIES=	math perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Statistics/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Statistics-TTest/
COMMENT=	Perl module of confidence interval computation using T-Tests
#LICENSE=	Unknown

DEPENDS+=	p5-Statistics-Descriptive>=2.6:../../math/p5-Statistics-Descriptive
DEPENDS+=	p5-Statistics-Distributions>=0.07:../../math/p5-Statistics-Distributions

PERL5_PACKLIST=		auto/Statistics/TTest/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"