pkgsrc/math/p5-Statistics-Distributions/Makefile
2019-08-11 13:17:48 +00:00

17 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/08/11 13:21:52 wiz Exp $
DISTNAME= Statistics-Distributions-1.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Statistics/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"