# -*- 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         Test2-Plugin-DBIProfile 0.002006 ../../authors/id/E/EX/EXODIST
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test2::Plugin::DBIProfile - Plugin to enable and display DBI profiling.
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  1ed31846d087fc8b697f955c0f5a80ee33f59d6a \
                    sha256  12e07e9e3aca812f86100dea7eaf19db291eaab1e4ef4d764a5b8868452c2913 \
                    size    11633

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

    depends_lib-append \
                    port:p${perl5.major}-dbi \
                    port:p${perl5.major}-test-simple

    supported_archs noarch
}
