e81af35dea
Perl module for calculating critical values and upper probabilities of common statistical distributions.
16 lines
499 B
Makefile
16 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/13 20:31:23 wiz Exp $
|
|
|
|
DISTNAME= Statistics-Distributions-1.02
|
|
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-Distributions/
|
|
COMMENT= Perl module of computations with distributions
|
|
#LICENSE= Unknown
|
|
|
|
PERL5_PACKLIST= auto/Statistics/Distributions/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|