pkgsrc/math/p5-Statistics-Descriptive/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

20 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:31 wiz Exp $
DISTNAME= Statistics-Descriptive-3.0607
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"