diff options
author | mharo <mharo@FreeBSD.org> | 2001-09-11 18:23:36 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-09-11 18:23:36 +0800 |
commit | cb2dd804aef2301bd3eca66ba7b710571820496d (patch) | |
tree | 7f49c2a9b0d5f149669e9f8cd30ceab3334a38b1 /math/Makefile | |
parent | df803159e5388de18c42eca52bc8f9d90bb8d752 (diff) | |
download | freebsd-ports-gnome-cb2dd804aef2301bd3eca66ba7b710571820496d.tar.gz freebsd-ports-gnome-cb2dd804aef2301bd3eca66ba7b710571820496d.tar.zst freebsd-ports-gnome-cb2dd804aef2301bd3eca66ba7b710571820496d.zip |
Add Math::Pari, a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations.
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 26d565c74832..1ef612afe389 100644 --- a/math/Makefile +++ b/math/Makefile @@ -72,6 +72,7 @@ SUBDIR += p5-Math-GMP SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Logic + SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT SUBDIR += p5-MatrixReal |