# -*- 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         App-SVN-Bisect 1.1
maintainers         {eborisch @eborisch} openmaintainer
description         Subversion bisect tool
license             {Artistic-2}

long_description    This tool's purpose is to help you determine which \
                    revision of a subversion repository contains a change. It \
                    does this by employing a binary search.

checksums \
    rmd160  74ba6caba428a6cbb6980123273ea97381e888b7 \
    sha256  ababf6d81c079a921cbbc5a2ff1bc58f8ff5edb47b08c6b9f6aaf3bf4db2624e \
    size    20534

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-all \
                    port:p${perl5.major}-test-exception\
                    port:p${perl5.major}-test-output\
                    port:p${perl5.major}-yaml-syck \
                    port:subversion \

    supported_archs noarch
    perl5.use_module_build
}