diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-29 20:53:35 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-29 20:53:35 +0000 |
commit | ea2c977e7fa0f3ac24f96e8056720b511c59a091 (patch) | |
tree | 8ad76ee4719a0eb6cc42f8275be882b4213b3a09 /math/Makefile | |
parent | 78e7a60e213462de54bb4cb9f907eb7c4dc3900b (diff) |
Adding port math/p5-Math-RandomOrg, Retrieve random numbers and data from random.org.
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=163887
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e2dea31cb135..146323fc87bb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -192,6 +192,7 @@ SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT + SUBDIR += p5-Math-RandomOrg SUBDIR += p5-Math-Round SUBDIR += p5-Math-Round-Var SUBDIR += p5-Math-Sequence |