pkgsrc/math/p5-Math-Random-MT-Auto/Makefile
wen fb7e017039 Update to 6.22
Upstream changes:
6.22 Tue Sep  4 14:06:20 2012
	- Enhancement to shuffle() to return an array

6.21 Mon Aug  6 17:27:37 2012
	- Haiku does not support non-blocking IO

6.19 Fri Jul 27 00:48:20 2012
	- Prevent use of incompatible state vectors

6.18 Thu Jan 26 14:58:57 2012
	- Ignore warnings from other modules during tests

6.17 Wed Jan 11 05:55:09 2012
	- Require OIO 3.85 to fix some 'used only once' warnings
2013-08-25 01:34:46 +00:00

22 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/08/25 01:34:46 wen Exp $
#
DISTNAME= Math-Random-MT-Auto-6.22
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-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
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Math/Random/MT/Auto/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"