From 597524ca8997cbb9e1c74fb1e33e214be44e370e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Dec 2011 09:22:16 +0000 Subject: - 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/ --- math/p5-Math-Int64/Makefile | 21 +++++++++++++++++++++ math/p5-Math-Int64/distinfo | 2 ++ math/p5-Math-Int64/pkg-descr | 3 +++ math/p5-Math-Int64/pkg-plist | 7 +++++++ 4 files changed, 33 insertions(+) create mode 100644 math/p5-Math-Int64/Makefile create mode 100644 math/p5-Math-Int64/distinfo create mode 100644 math/p5-Math-Int64/pkg-descr create mode 100644 math/p5-Math-Int64/pkg-plist (limited to 'math/p5-Math-Int64') 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 +# +# $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 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 -- cgit v1.2.3