summaryrefslogtreecommitdiff
path: root/math/p5-Statistics-Distributions/Makefile
blob: 17bf561aae76b618f85086996954a4d3fc532cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.6 2019/06/30 20:16:23 nia Exp $

DISTNAME=	Statistics-Distributions-1.02
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	4
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"