diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-03 09:35:25 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-03 09:35:25 +0000 |
commit | 4e6c93150e080dce4708dcf219920a4e15b9cbc5 (patch) | |
tree | 59e7d4fbd3820250373500b1546dd43020405c36 /math/p5-Statistics-ChiSquare/Makefile | |
parent | c5712736d4a4ce5e2ccebfb1a251859a717c3fc4 (diff) | |
download | FreeBSD-ports-4e6c93150e080dce4708dcf219920a4e15b9cbc5.zip FreeBSD-ports-4e6c93150e080dce4708dcf219920a4e15b9cbc5.tar.gz |
Add p5-Statistics-ChiSquare, answering how random your data is.
PR: 23995
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'math/p5-Statistics-ChiSquare/Makefile')
-rw-r--r-- | math/p5-Statistics-ChiSquare/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile new file mode 100644 index 0000000..f2672ab --- /dev/null +++ b/math/p5-Statistics-ChiSquare/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: math/p5-Statistics-ChiSquare +# Date created: 01 January 2001 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Statistics-ChiSquare +PORTVERSION= 0.2 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Statistics +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/Statistics/ChiSquare + +MAN3= Statistics::ChiSquare.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |