# -*- 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
perl5.setup         B-Utils 0.27
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         B::Utils - Helper functions for op tree manipulation
long_description    ${description}

platforms           darwin

checksums           rmd160  cd042df7263fd09c08421f0e10d1897826240eb8 \
                    sha256  f97f53f6a3050109aa414feeb184cad101812d41760e952b5d84993f6685ffea

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-extutils-depends

    depends_lib-append \
                    port:p${perl5.major}-task-weaken
}
