2001-07-06 18:36:45 +02:00
|
|
|
# New ports collection makefile for: Math::Random::MT
|
|
|
|
# Date created: 5 Jul 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Random-MT
|
2012-08-07 01:58:09 +02:00
|
|
|
PORTVERSION= 1.16
|
2001-07-06 18:36:45 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-07-06 18:36:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-10 07:17:02 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The Mersenne Twister PRNG
|
2001-07-06 18:36:45 +02:00
|
|
|
|
2012-01-22 09:17:45 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-08-07 01:58:09 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
|
|
|
2001-07-06 18:36:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Math::Random::MT.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|