You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
p5-bignum: new port, version 0.67
bignum - transparent big number support for Perl
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user