2012-12-28 11:35:19 +01:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-24 03:25:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-Random-MT-Auto
|
2012-12-28 11:35:19 +01:00
|
|
|
PORTVERSION= 6.22
|
2006-07-24 03:25:38 +02:00
|
|
|
CATEGORIES= math perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-24 03:25:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-11 06:24:44 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-24 03:25:38 +02:00
|
|
|
COMMENT= Auto-seeded Mersenne Twister PRNGs
|
|
|
|
|
2012-01-13 10:06:18 +01:00
|
|
|
BUILD_DEPENDS= p5-Exception-Class>=1.32:${PORTSDIR}/devel/p5-Exception-Class \
|
2012-01-29 12:54:58 +01:00
|
|
|
p5-Object-InsideOut>=3.88:${PORTSDIR}/devel/p5-Object-InsideOut
|
2012-01-13 10:06:18 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2006-07-24 03:25:38 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-24 03:25:38 +02:00
|
|
|
|
2014-03-06 19:51:17 +01:00
|
|
|
.include <bsd.port.mk>
|