# -*- 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         MooseX-Types-Common 0.001015
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         MooseX::Types::Common - A library of commonly used type constraints
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  2f06ac3083154a39585541a8bffd4947c769404c \
                    sha256  2b30e20b325133bbafe907a62b4c87f77ca61bbaa117022ac56af94e2835a313 \
                    size    32097

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-tiny \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-warnings

    depends_lib-append \
                    port:p${perl5.major}-moose \
                    port:p${perl5.major}-moosex-types

    perl5.use_module_build
}
