# -*- 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         DBIx-Class-DynamicDefault 0.04
platforms           {darwin any}
license             {Artistic-1 GPL}
maintainers         fpassera.com:dev openmaintainer
description         Automatically set and update fields
long_description    {*}${description}

checksums           rmd160  81f6f34746be1562e0cc2b4bb93adf14b25daef4 \
                    sha256  228f51ab224642584b4dc63db6de2667c5bfae2a894a9376b210a104806a5afb

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

    depends_lib-append \
                    port:p${perl5.major}-dbix-class

    patchfiles      patch-default-inc-excludes-dot.diff

    supported_archs noarch
}