Import math/p5-Math-Int64.
This module adds support for 64 bit integers, signed and unsigned, to Perl. OK giovanni@
This commit is contained in:
parent
e2fd417480
commit
42dd17fb56
18
math/p5-Math-Int64/Makefile
Normal file
18
math/p5-Math-Int64/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/19 09:17:21 fcambus Exp $
|
||||
|
||||
COMMENT = manipulate 64 bits integers in Perl
|
||||
|
||||
DISTNAME = Math-Int64-0.54
|
||||
|
||||
CATEGORIES = math
|
||||
|
||||
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
.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.54.tar.gz) = 3PxR5phDfqa5zv4CdiFcVs22p/hePiSitrQYnxlg01E=
|
||||
SIZE (Math-Int64-0.54.tar.gz) = 119664
|
1
math/p5-Math-Int64/pkg/DESCR
Normal file
1
math/p5-Math-Int64/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This module adds support for 64 bit integers, signed and unsigned, to Perl.
|
16
math/p5-Math-Int64/pkg/PLIST
Normal file
16
math/p5-Math-Int64/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/01/19 09:17:21 fcambus Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Math/
|
||||
${P5ARCH}/Math/Int64/
|
||||
${P5ARCH}/Math/Int64.pm
|
||||
${P5ARCH}/Math/Int64/die_on_overflow.pm
|
||||
${P5ARCH}/Math/Int64/native_if_available.pm
|
||||
${P5ARCH}/Math/UInt64.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Math/
|
||||
${P5ARCH}/auto/Math/Int64/
|
||||
${P5ARCH}/auto/Math/Int64/Int64.so
|
||||
@man man/man3p/Math::Int64.3p
|
||||
@man man/man3p/Math::Int64::die_on_overflow.3p
|
||||
@man man/man3p/Math::Int64::native_if_available.3p
|
||||
@man man/man3p/Math::UInt64.3p
|
Loading…
x
Reference in New Issue
Block a user