diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-31 19:48:49 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-31 19:48:49 +0000 |
commit | 717129ed9dc794c44a1841b89092a2c666aa3749 (patch) | |
tree | 29288a42ca33819957ae998336389c8ff465567f /math/Makefile | |
parent | 48d36a79c34000a12531447421f25a10f424a16d (diff) |
This ststs extension for PHP provides few dozens routines for statistical
computation.
WWW: http://pecl.php.net/package/stats/
PR: ports/101117
Submitted by: chinsan <chinsan.tw at gmail.com>
Notes
Notes:
svn path=/head/; revision=169238
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 e0a97ba40c52..5c0ad37b09a4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -246,6 +246,7 @@ SUBDIR += parmetis SUBDIR += pear-Structures_Graph SUBDIR += pecl-big_int + SUBDIR += pecl-stats SUBDIR += petsc SUBDIR += petsc-mpich SUBDIR += pgcalc |