diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-27 02:29:37 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-27 02:29:37 +0000 |
commit | af601193d510433d7c57a6b483c1df1f68f5c408 (patch) | |
tree | 685413b9364fd674e7c6b71380304c8357170596 /math/Makefile | |
parent | 100457e3fe8801d6f7ab6fb9d6328bce80b22863 (diff) | |
download | ports-af601193d510433d7c57a6b483c1df1f68f5c408.tar.gz ports-af601193d510433d7c57a6b483c1df1f68f5c408.zip |
Adding port math/p5-Math-Cephes, a Perl interface to the Cephes math library.
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=163571
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 5d5fe5e3f252..e2dea31cb135 100644 --- a/math/Makefile +++ b/math/Makefile @@ -171,6 +171,7 @@ SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigRat SUBDIR += p5-Math-Calc-Units + SUBDIR += p5-Math-Cephes SUBDIR += p5-Math-Combinatorics SUBDIR += p5-Math-ConvexHull SUBDIR += p5-Math-Currency |