diff options
author | will <will@FreeBSD.org> | 2000-09-20 18:45:52 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-20 18:45:52 +0000 |
commit | 78af2a1d90158d44b87c9556515e42c939c25543 (patch) | |
tree | 1d751b7fbe4472b6c2947ecb0f0e467c025aeae1 /math/Makefile | |
parent | bde0db645ff4fbc928c9567670c4b99fb413322d (diff) | |
download | FreeBSD-ports-78af2a1d90158d44b87c9556515e42c939c25543.zip FreeBSD-ports-78af2a1d90158d44b87c9556515e42c939c25543.tar.gz |
Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressions
into a tree structure.
PR: 21421
Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
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 a11f554..e6f1457 100644 --- a/math/Makefile +++ b/math/Makefile @@ -41,6 +41,7 @@ SUBDIR += numpy SUBDIR += octave SUBDIR += oleo + SUBDIR += p5-Math-Expr SUBDIR += p5-MatrixReal SUBDIR += p5-Set-IntSpan SUBDIR += pari |