8516b0bd11
Upstream changes: 3.0702 2018-10-25 - Rephrase some lacking phrasing in the docs. - https://github.com/shlomif/perl-Statistics-Descriptive/issues/5 - Thanks to @melak .
19 lines
607 B
Makefile
19 lines
607 B
Makefile
# $NetBSD: Makefile,v 1.20 2018/11/10 09:58:03 wen Exp $
|
|
|
|
DISTNAME= Statistics-Descriptive-3.0702
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Statistics/Descriptive/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|