# -*- 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         XS-Check 0.14 ../../authors/id/B/BK/BKB
revision            0
maintainers         {gmx.us:chrischavez @chrstphrchvz} openmaintainer
license             {Artistic-1 GPL}

platforms           {darwin any}
supported_archs     noarch

description         XS::Check  - Check XS for some common problems

long_description    {*}${description}

checksums           rmd160  6e617260ebc60f01184baab619c665b56610b83d \
                    sha256  27718e22f50c836953165e5e6d21b40ddd865e9dcc723046023c157e9e8b060a \
                    size    11571

if {${perl5.major} ne ""} {
    depends_lib-append \
                    port:p${perl5.major}-c-tokenize \
                    port:p${perl5.major}-file-slurper \
                    port:p${perl5.major}-text-linenumber
}
