# -*- 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.19 ../../authors/id/M/MB/MBARBON
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         ExtUtils::XSpp - XS for C++
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  d6679d636b04daed1559b39604c7b3440158a558 \
                    sha256  00a7372695fc10f9f3a2fe3343ab758f3887ca35865520c2a2eb67b360c03d34 \
                    size    187537

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