diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:22:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-15 17:22:16 +0800 |
commit | 31c13a6ea493c10a375a0b6e3bd2e91beaa5d613 (patch) | |
tree | 0617ab369aee483b260f98d308a5a49fe7d41954 /math | |
parent | 520a184dce6ce829023e2ce7048300f840d717a1 (diff) | |
download | freebsd-ports-gnome-31c13a6ea493c10a375a0b6e3bd2e91beaa5d613.tar.gz freebsd-ports-gnome-31c13a6ea493c10a375a0b6e3bd2e91beaa5d613.tar.zst freebsd-ports-gnome-31c13a6ea493c10a375a0b6e3bd2e91beaa5d613.zip |
- Add p5-Math-Int64 0.17
Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
WWW: http://search.cpan.org/dist/Math-Int64/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Int64/Makefile | 21 | ||||
-rw-r--r-- | math/p5-Math-Int64/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Math-Int64/pkg-descr | 3 | ||||
-rw-r--r-- | math/p5-Math-Int64/pkg-plist | 7 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 219e344a2b4c..88886fb7fcc1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -376,6 +376,7 @@ SUBDIR += p5-Math-Geometry-Planar-Offset SUBDIR += p5-Math-Geometry-Voronoi SUBDIR += p5-Math-Gradient + SUBDIR += p5-Math-Int64 SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Intersection-StraightLine SUBDIR += p5-Math-LinearCombination diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile new file mode 100644 index 000000000000..2ad9a3014993 --- /dev/null +++ b/math/p5-Math-Int64/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Math-Int64 +# Date created: 2011-12-15 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Math-Int64 +PORTVERSION= 0.17 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Manipulate 64 bits integers in Perl + +PERL_CONFIGURE= yes + +MAN3= Math::Int64.3 + +.include <bsd.port.mk> diff --git a/math/p5-Math-Int64/distinfo b/math/p5-Math-Int64/distinfo new file mode 100644 index 000000000000..3a8d181ae2fd --- /dev/null +++ b/math/p5-Math-Int64/distinfo @@ -0,0 +1,2 @@ +SHA256 (Math-Int64-0.17.tar.gz) = 18e82f78fee606ebac3adb47e4871f66fe20f8c6cdeb99a3c14cabba36cdb5b2 +SIZE (Math-Int64-0.17.tar.gz) = 56691 diff --git a/math/p5-Math-Int64/pkg-descr b/math/p5-Math-Int64/pkg-descr new file mode 100644 index 000000000000..6ca672c59011 --- /dev/null +++ b/math/p5-Math-Int64/pkg-descr @@ -0,0 +1,3 @@ +Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl. + +WWW: http://search.cpan.org/dist/Math-Int64/ diff --git a/math/p5-Math-Int64/pkg-plist b/math/p5-Math-Int64/pkg-plist new file mode 100644 index 000000000000..85c4458decd7 --- /dev/null +++ b/math/p5-Math-Int64/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Math/Int64.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64/Int64.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64/Int64.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |