pkgsrc/math/p5-Statistics-TTest/Makefile
wiz 0647850271 Import p5-Statistics-TTest-1.1.0 as math/p5-Statistics-TTest.
Perl module for computing confidence intervals in parameter estimation
with Student's T distribution.
2014-08-13 20:35:24 +00:00

19 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/13 20:35:24 wiz Exp $
DISTNAME= Statistics-TTest-1.1.0
PKGNAME= p5-${DISTNAME}
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"