# -*- 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         Math-Base85 0.5
platforms           {darwin any}
license             {Artistic-1 GPL}
maintainers         nomaintainer
supported_archs     noarch

description         handles numbers in base 85

long_description    Math::Base85 ${description}, via strings and \
                    Math::BigInt. For more information, read the module \
                    or RFC 1924.

checksums           rmd160  e1fe62781aa252f747db6dae2f6ec3f6ee211566 \
                    sha256  0b05f7fb650a8797b392d8ea90f2e72bfb8d08505c9a2e0b955dfd45a72a34e5 \
                    size    10316

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-math-bigint
}
