26cc65492b
Upstream changes: 1.17 2015-11-27 Florent Angly <florent.angly@gmail.com> * Bugfix: giving a seed value of 0 was ignored (reported by Maxim Tyukov)
20 lines
532 B
Makefile
20 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/07/26 06:32:22 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Random-MT-1.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT/
|
|
COMMENT= The Mersenne Twister PRNG
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Math/Random/MT/.packlist
|
|
|
|
DEPENDS+= p5-Test-Number-Delta>=0:../../math/p5-Test-Number-Delta
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|