# -*- 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.26
perl5.setup         Bit-Vector 7.4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Efficient bit vector, set of integers and "big int" math library
long_description    Bit::Vector is an efficient C library which allows \
                    you to handle bit vectors, sets (of integers), "big \
                    integer arithmetic" and boolean matrices, all of \
                    arbitrary sizes.

platforms           darwin

checksums           rmd160  f486a050b737451cf363c8f602fd67f0bcff8a10 \
                    sha256  3c6daa671fecfbc35f92a9385b563d65f50dfc6bdc8b4805f9ef46c0d035a926

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