diff options
author | chuck <chuck@pkgsrc.org> | 2009-04-06 18:56:46 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2009-04-06 18:56:46 +0000 |
commit | 25f239a6c4a9e140219a9f674bc3cc682e341432 (patch) | |
tree | 438eaa646c9523ae20dabf7a340ceb4dc6e66b02 /math | |
parent | 8479a13c757fe25eb75fa933d0ea8cc8789ff183 (diff) | |
download | pkgsrc-25f239a6c4a9e140219a9f674bc3cc682e341432.tar.gz |
Statistics::Descriptive is a perl module of basic descriptive statistical
functions (mean, median, mode, sum, variance, standard_deviation, etc.)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Statistics-Descriptive/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 17 | ||||
-rw-r--r-- | math/p5-Statistics-Descriptive/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-Statistics-Descriptive/DESCR b/math/p5-Statistics-Descriptive/DESCR new file mode 100644 index 00000000000..2f76ccb0f9e --- /dev/null +++ b/math/p5-Statistics-Descriptive/DESCR @@ -0,0 +1,2 @@ +Statistics::Descriptive is a perl module of basic descriptive statistical +functions (mean, median, mode, sum, variance, standard_deviation, etc.) diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile new file mode 100644 index 00000000000..9b2fffc86a4 --- /dev/null +++ b/math/p5-Statistics-Descriptive/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 18:56:46 chuck Exp $ + +DISTNAME= Statistics-Descriptive-2.6 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Statistics-Descriptive/ +COMMENT= Perl module of basic descriptive statistical functions + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Statistics/Descriptive/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Statistics-Descriptive/distinfo b/math/p5-Statistics-Descriptive/distinfo new file mode 100644 index 00000000000..f1a39dd69ee --- /dev/null +++ b/math/p5-Statistics-Descriptive/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/06 18:56:46 chuck Exp $ + +SHA1 (Statistics-Descriptive-2.6.tar.gz) = 1d96c240e19c6a566755137cfe2ab1e7f3c3f6ca +RMD160 (Statistics-Descriptive-2.6.tar.gz) = 8bc6dd4a5d3f814a3c90f1701cca2568b8be07d4 +Size (Statistics-Descriptive-2.6.tar.gz) = 11252 bytes |