diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-11-25 16:03:09 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-11-25 16:03:09 +0000 |
commit | 7f0a7c10d69db0e2540252792717401999038035 (patch) | |
tree | 993ac47fd4f50f08d5faf4b4d82107b2d671dea7 | |
parent | cb2852b6b1e86133e4594a55d5e57f9850a5e768 (diff) | |
download | ports-7f0a7c10d69db0e2540252792717401999038035.tar.gz ports-7f0a7c10d69db0e2540252792717401999038035.zip |
Notes
-rw-r--r-- | math/p5-Statistics-ChiSquare/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Statistics-ChiSquare/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Statistics-ChiSquare/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile index a06bf0b8db4f..1c2164ec7dde 100644 --- a/math/p5-Statistics-ChiSquare/Makefile +++ b/math/p5-Statistics-ChiSquare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Statistics-ChiSquare -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Statistics @@ -16,7 +16,7 @@ MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/Statistics/ChiSquare +WRKSRC= ${WRKDIR}/Statistics/ChiSquare-${PORTVERSION} MAN3= Statistics::ChiSquare.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/math/p5-Statistics-ChiSquare/distinfo b/math/p5-Statistics-ChiSquare/distinfo index 1ab9c55289c1..cb4ec9fadc83 100644 --- a/math/p5-Statistics-ChiSquare/distinfo +++ b/math/p5-Statistics-ChiSquare/distinfo @@ -1 +1 @@ -MD5 (Statistics-ChiSquare-0.2.tar.gz) = 305b347334b342642f341e16d5324242 +MD5 (Statistics-ChiSquare-0.3.tar.gz) = be15ed825d1db592ac52f848e5cd151f diff --git a/math/p5-Statistics-ChiSquare/pkg-descr b/math/p5-Statistics-ChiSquare/pkg-descr index ff82e5ea4af6..c425f8d1686f 100644 --- a/math/p5-Statistics-ChiSquare/pkg-descr +++ b/math/p5-Statistics-ChiSquare/pkg-descr @@ -16,5 +16,7 @@ two-element array, it returns an English string. This was a deliberate design choice---many people misinterpret chi-square results, and the string helps clarify the meaning. +WWW: http://search.cpan.org/search?dist=Statistics-ChiSquare + -Anton <tobez@FreeBSD.org> |