2001-01-03 10:35:25 +01:00
|
|
|
# New ports collection makefile for: math/p5-Statistics-ChiSquare
|
|
|
|
# Date created: 01 January 2001
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Statistics-ChiSquare
|
2003-12-17 10:33:25 +01:00
|
|
|
PORTVERSION= 0.5
|
2001-01-03 10:35:25 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Statistics
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= How random is your data?
|
2001-01-03 10:35:25 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Statistics::ChiSquare.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|