2013-08-06 10:50:49 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-12-07 15:19:26 +01:00
|
|
|
|
|
|
|
PORTNAME= Math-Random-ISAAC
|
2011-02-20 09:18:23 +01:00
|
|
|
PORTVERSION= 1.004
|
2017-04-05 15:35:45 +02:00
|
|
|
PORTREVISION= 2
|
2009-12-07 15:19:26 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:JAWNSY
|
2009-12-07 15:19:26 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Perl interface to the ISAAC PRNG Algorithm
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS
|
2017-04-05 15:35:45 +02:00
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings
|
2009-12-07 15:19:26 +01:00
|
|
|
|
2017-04-05 15:35:45 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-06 10:50:49 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-12-07 15:19:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|