# -*- 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-IntrospectableM2M 0.001002
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         DBIx::Class::IntrospectableM2M - Introspect many-to-many shortcuts
long_description    Because the many-to-many relationships are not real relationships, \
                    they can not be introspected with DBIx::Class. Many-to-many \
                    relationships are actually just a collection of convenience methods \
                    installed to bridge two relationships. This DBIx::Class component \
                    can be used to store all relevant information about these non-relationships \
                    so they can later be introspected and examined.

platforms           {darwin any}

checksums           rmd160  d57890bd4683bd6fe217168738c1b6033c1371b7 \
                    sha256  c6baafb4241693fdb34b29ebd906993add364bf31aafa4462f3e062204cc87f0

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

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

    supported_archs noarch
}

