diff options
author | sno <sno> | 2009-07-08 10:26:47 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-08 10:26:47 +0000 |
commit | c5407fc2d7e8a7748e874d7f60c6aa36cd5fe074 (patch) | |
tree | 67b012cfa8d1ee77e7fab66558c976b88349c5e0 /math | |
parent | 31a25df20839dd5ddaa8b8106529fecd9b2b60e7 (diff) | |
download | pkgsrc-c5407fc2d7e8a7748e874d7f60c6aa36cd5fe074.tar.gz |
Added math/p5-Math-BigInt-Pari version 1.13
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 22ebf1b2adb..c588b5dab5f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2009/04/21 17:48:22 schmonz Exp $ +# $NetBSD: Makefile,v 1.189 2009/07/08 10:26:47 sno Exp $ COMMENT= Mathematics @@ -113,6 +113,7 @@ SUBDIR+= p5-Math-Base85 SUBDIR+= p5-Math-BaseCnv SUBDIR+= p5-Math-Bezier SUBDIR+= p5-Math-BigInt-GMP +SUBDIR+= p5-Math-BigInt-Pari SUBDIR+= p5-Math-BigInteger SUBDIR+= p5-Math-FFT SUBDIR+= p5-Math-GMP |