- 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/
This commit is contained in:
parent
e2b2480aa4
commit
597524ca89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287425
5 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
21
math/p5-Math-Int64/Makefile
Normal file
21
math/p5-Math-Int64/Makefile
Normal file
|
@ -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>
|
2
math/p5-Math-Int64/distinfo
Normal file
2
math/p5-Math-Int64/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Math-Int64-0.17.tar.gz) = 18e82f78fee606ebac3adb47e4871f66fe20f8c6cdeb99a3c14cabba36cdb5b2
|
||||
SIZE (Math-Int64-0.17.tar.gz) = 56691
|
3
math/p5-Math-Int64/pkg-descr
Normal file
3
math/p5-Math-Int64/pkg-descr
Normal file
|
@ -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/
|
7
math/p5-Math-Int64/pkg-plist
Normal file
7
math/p5-Math-Int64/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue