diff options
author | chuck <chuck> | 2009-04-06 18:56:46 +0000 |
---|---|---|
committer | chuck <chuck> | 2009-04-06 18:56:46 +0000 |
commit | 56a6afda69631a40bedd50e4e1c77b9e96d3e2a6 (patch) | |
tree | 438eaa646c9523ae20dabf7a340ceb4dc6e66b02 /math/p5-Statistics-Descriptive/Makefile | |
parent | 5314fd5455b2b044d91d0e2b9fd968037dbb7c69 (diff) | |
download | pkgsrc-56a6afda69631a40bedd50e4e1c77b9e96d3e2a6.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/p5-Statistics-Descriptive/Makefile')
-rw-r--r-- | math/p5-Statistics-Descriptive/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |