diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-12-20 08:47:10 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-12-20 08:47:10 +0000 |
commit | e8f1c73d0798650d44f0f00e5fd3b01daf4fa320 (patch) | |
tree | d81619f5841416a0e0efd71042291d3ad396e1ec /math/Makefile | |
parent | 06f984a30b6e5787911d7c64e5693b2c1804e279 (diff) | |
download | ports-e8f1c73d0798650d44f0f00e5fd3b01daf4fa320.tar.gz ports-e8f1c73d0798650d44f0f00e5fd3b01daf4fa320.zip |
Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
WWW: http://search.cpan.org/dist/Math-Int64/
PR: ports/174359
Submitted by: fbsd-ports@opsec.eu
Notes
Notes:
svn path=/head/; revision=309299
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 b4b786a18a39..ab6ae82d7e04 100644 --- a/math/Makefile +++ b/math/Makefile @@ -413,6 +413,7 @@ SUBDIR += p5-Math-Geometry-Planar-Offset SUBDIR += p5-Math-Geometry-Voronoi SUBDIR += p5-Math-Gradient + SUBDIR += p5-Math-Int128 SUBDIR += p5-Math-Int64 SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Intersection-StraightLine |