aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Statistics-ChiSquare
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-11-25 16:03:09 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-11-25 16:03:09 +0000
commit7f0a7c10d69db0e2540252792717401999038035 (patch)
tree993ac47fd4f50f08d5faf4b4d82107b2d671dea7 /math/p5-Statistics-ChiSquare
parentcb2852b6b1e86133e4594a55d5e57f9850a5e768 (diff)
downloadports-7f0a7c10d69db0e2540252792717401999038035.tar.gz
ports-7f0a7c10d69db0e2540252792717401999038035.zip
Update to 0.3; add WWW to pkg-descr.
Notes
Notes: svn path=/head/; revision=50537
Diffstat (limited to 'math/p5-Statistics-ChiSquare')
-rw-r--r--math/p5-Statistics-ChiSquare/Makefile4
-rw-r--r--math/p5-Statistics-ChiSquare/distinfo2
-rw-r--r--math/p5-Statistics-ChiSquare/pkg-descr2
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>