summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-MT-Auto/Makefile
blob: b4f7cad8a669e3e5a22480a6acb537c86296b282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.15 2021/05/24 19:53:00 wiz Exp $

DISTNAME=	Math-Random-MT-Auto-6.23
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	math perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Math/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Math-Random-MT-Auto
COMMENT=	Auto-seeded Mersenne Twister PRNGs
LICENSE=	modified-bsd

DEPENDS+=	p5-Object-InsideOut>=2.06:../../devel/p5-Object-InsideOut
DEPENDS+=	p5-Exception-Class>=1.22:../../devel/p5-Exception-Class
DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww

PERL5_PACKLIST=	auto/Math/Random/MT/Auto/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"