Import math/p5-Math-Int128.
This module adds support for 128 bit integers, signed and unsigned, to Perl. OK giovanni@
This commit is contained in:
parent
cc3389314d
commit
62980ac87f
22
math/p5-Math-Int128/Makefile
Normal file
22
math/p5-Math-Int128/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/02/28 15:31:42 fcambus Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = ${LP64_ARCHS}
|
||||
|
||||
COMMENT = manipulate 128 bits integers in Perl
|
||||
|
||||
DISTNAME = Math-Int128-0.22
|
||||
|
||||
CATEGORIES = math
|
||||
|
||||
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = math/p5-Math-Int64
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Math-Int128/distinfo
Normal file
2
math/p5-Math-Int128/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Math-Int128-0.22.tar.gz) = pjDKQBdThmlV8Rc4SKtbSsStXKatkIfxHN+R3ehRGbw=
|
||||
SIZE (Math-Int128-0.22.tar.gz) = 103698
|
1
math/p5-Math-Int128/pkg/DESCR
Normal file
1
math/p5-Math-Int128/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This module adds support for 128 bit integers, signed and unsigned, to Perl.
|
8
math/p5-Math-Int128/pkg/PLIST
Normal file
8
math/p5-Math-Int128/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/28 15:31:42 fcambus Exp $
|
||||
${P5ARCH}/Math/Int128/
|
||||
${P5ARCH}/Math/Int128.pm
|
||||
${P5ARCH}/Math/Int128/die_on_overflow.pm
|
||||
${P5ARCH}/auto/Math/Int128/
|
||||
${P5ARCH}/auto/Math/Int128/Int128.so
|
||||
@man man/man3p/Math::Int128.3p
|
||||
@man man/man3p/Math::Int128::die_on_overflow.3p
|
Loading…
x
Reference in New Issue
Block a user