pkgsrc/math/p5-Math-Random-MT-Perl/Makefile
wen 5b19c9744a Update to 1.15
Upstream changes:
1.15 2015-11-27
   - Bugfix: should not ignore seed value of 0 (reported by Maxim Tyukov)
   - Exclude MYMETA files from tarball (#108108, reported by Alexandr Ciornii)

1.14 2015-10-19
   - Stricter Kwalitee directory testing (#107821, reported by Slaven Rezi�)
   - Moved some non-essential tests to xt/ (#101282, reported by Slaven Rezi�)

1.13 2013-10-30
    - Changes file as per CPAN::Changes::Spec (#88672, patch by Neil Bowers)

1.12 2013-09-14
    - Improvement of unit tests, restored some as author-side only (#88637)
2016-07-26 06:35:40 +00:00

20 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.14 2016/07/26 06:35:40 wen Exp $
#
DISTNAME= Math-Random-MT-Perl-1.15
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"