pkgsrc/math/p5-Statistics-Descriptive/Makefile

20 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/06/05 14:24:13 ryoon Exp $
DISTNAME= Statistics-Descriptive-3.0612
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"