aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Statistics-ChiSquare/Makefile
blob: 01fcfbc271a2e394cd8258e09558d3c7b5ae400b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$

PORTNAME=   Statistics-ChiSquare
PORTVERSION=    0.5
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    How random is your data?

USES=       perl5
USE_PERL5=  configure

MAN3=       Statistics::ChiSquare.3

.include <bsd.port.mk>