# -*- 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         ExtUtils-XSpp 0.18
revision            1

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         ExtUtils::XSpp (no description available)

long_description    ${description}

checksums           rmd160  dc1a4b6be084fd39c2b720661a1f5b1c79f8145b \
                    sha256  9176ad646729e3bd27cf7abf114bedd3424bff1ba61185cfc7d54f3a9223a8ff

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-base \
                    port:p${perl5.major}-test-differences
    
    perl5.use_module_build
}
