aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-05-11 11:05:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-05-11 11:05:10 +0000
commit828377ea61aab7a236b9fe6c2787d69d4c374179 (patch)
treec2ea9e0edabbfdd6b0f4cddeb426e1b9356a8dff /math/Makefile
parent46d248413984827f6112e94e28e30fd2c8db7d20 (diff)
downloadports-828377ea61aab7a236b9fe6c2787d69d4c374179.tar.gz
ports-828377ea61aab7a236b9fe6c2787d69d4c374179.zip
New port: math/p5-Math-ProvablePrime
This module returns a prime number of a specified bit length, using Maurers algorithm. WWW: http://search.cpan.org/dist/Math-ProvablePrime/
Notes
Notes: svn path=/head/; revision=469626
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 47bb2cc565ce..cbaf63589883 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -535,6 +535,7 @@
SUBDIR += p5-Math-Polygon-Tree
SUBDIR += p5-Math-Polynomial-Solve
SUBDIR += p5-Math-Prime-XS
+ SUBDIR += p5-Math-ProvablePrime
SUBDIR += p5-Math-RPN
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-ISAAC