p5-bignum: new port, version 0.67

bignum - transparent big number support for Perl
This commit is contained in:
David B. Evans
2026-04-01 13:44:13 -07:00
parent b3c8f4b9d7
commit a7ba699e4e
+24
View File
@@ -0,0 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup bignum 0.67 ../../authors/id/P/PJ/PJACKLAM
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description bignum - transparent big number support for Perl
long_description {*}${description}
platforms {darwin any}
supported_archs noarch
checksums rmd160 20ba52b409f74a1b33b1001f40afc11f13a80692 \
sha256 1c9a824ab323e3e58d9808011c10ad27589dba1202806278215012ca7f522875 \
size 42229
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-math-bigint
}