pkgsrc/math/p5-Math-Random-MT-Perl/Makefile
wen fd66961287 Update to 1.11
Add missing BUILD_DEPENDS

Upstream changes:
1.07 Thu Jan 19 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT

1.08 Mon May 28 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT that
      is more elegant and portable

1.09 Mon Jun 4 2012
    - added the irand() function to draw random integers, as in Math::Random::MT

1.10 Mon Aug 6 2012
    - made set_seed() return the seed, as does Math::Random::MT
    - migrated test suite to Test::More and Test::Number::Delta

1.11
    - Improvement of unit tests
2013-08-25 01:40:13 +00:00

20 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/08/25 01:40:13 wen Exp $
#
DISTNAME= Math-Random-MT-Perl-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT-Perl/
COMMENT= Pure Perl Mersenne Twister Random Number Generator
LICENSE= artistic-2.0
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Math/Random/MT/Perl/.packlist
BUILD_DEPENDS+= p5-Test-Number-Delta>=0:../../math/p5-Test-Number-Delta
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"