diff options
author | Maxime Henrion <mux@FreeBSD.org> | 2007-02-10 14:38:16 +0000 |
---|---|---|
committer | Maxime Henrion <mux@FreeBSD.org> | 2007-02-10 14:38:16 +0000 |
commit | 27c870c2ea9b3e491f57547681d6433e9022fcca (patch) | |
tree | 57477228115d497ecb34ecc3c076e6c56c3bcc84 /math/p5-Math-BigInt-GMP/pkg-plist | |
parent | 579fa0c27b14b3b38cd600533039671659dc39ff (diff) | |
download | ports-27c870c2ea9b3e491f57547681d6433e9022fcca.tar.gz ports-27c870c2ea9b3e491f57547681d6433e9022fcca.zip |
Add math/p5-Math-BigInt-GMP, a backend for the Math::BigInt module that
uses the C libgmp library for fast bignum computations.
Reviewed by: tobez
Notes
Notes:
svn path=/head/; revision=184781
Diffstat (limited to 'math/p5-Math-BigInt-GMP/pkg-plist')
-rw-r--r-- | math/p5-Math-BigInt-GMP/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/p5-Math-BigInt-GMP/pkg-plist b/math/p5-Math-BigInt-GMP/pkg-plist new file mode 100644 index 000000000000..479fed311a77 --- /dev/null +++ b/math/p5-Math-BigInt-GMP/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt/GMP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP/GMP.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP/GMP.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/GMP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/BigInt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |