pkgsrc/math/p5-Statistics-Descriptive/Makefile
wen 7668564a18 Update to 3.0800
Upstream changes:
3.0800      2020-10-17
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena (Thanks!)
2021-09-11 23:48:00 +00:00

19 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.25 2021/09/11 23:48:00 wen Exp $
DISTNAME= Statistics-Descriptive-3.0800
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"