mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.003
ChangeLog: http://search.cpan.org/src/JAWNSY/Math-Random-ISAAC-1.003/Changes Feature safe: yes
This commit is contained in:
parent
854a828068
commit
2259eea448
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267884
3 changed files with 11 additions and 6 deletions
|
@ -6,18 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= Math-Random-ISAAC
|
||||
PORTVERSION= 1.002
|
||||
PORTVERSION= 1.003
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JAWNSY
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Perl interface to the ISAAC PRNG Algorithm
|
||||
|
||||
BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::Random::ISAAC::PP.3 \
|
||||
Math::Random::ISAAC.3
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (Math-Random-ISAAC-1.002.tar.gz) = 92bbf5de885b72626160a5b9461bf4d6
|
||||
SHA256 (Math-Random-ISAAC-1.002.tar.gz) = cdf6428f4a226b55d3f9efffa8ad39f78286cb8e7bf2aeff09f266a2efa9a239
|
||||
SIZE (Math-Random-ISAAC-1.002.tar.gz) = 43022
|
||||
SHA256 (Math-Random-ISAAC-1.003.tar.gz) = 9f240304220580f4156444a92b6a2bf8bb037e2bd13e68f3f1ec929b6e8b4608
|
||||
SIZE (Math-Random-ISAAC-1.003.tar.gz) = 34372
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
%%SITE_PERL%%/Math/Random/ISAAC/PP.pm
|
||||
%%SITE_PERL%%/Math/Random/ISAAC.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Math/Random/ISAAC
|
||||
@dirrmtry %%SITE_PERL%%/Math/Random
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
|
|
Loading…
Add table
Reference in a new issue