# -*- 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         Conf-Libconfig 1.1.2 ../../authors/id/C/CN/CNANGEL/
revision            0
license             BSD
maintainers         nomaintainer
description         Conf::Libconfig - Perl extension for libconfig
long_description    {*}${description}

checksums           rmd160  7fa80f43cd16891c055bb0132edf24db26ed422a \
                    sha256  facea236b634412e3029243567fb83aacecc9c6f27eb98855e6ad92e3be53d42 \
                    size    30590

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-devel-checklib \
                    port:p${perl5.major}-extutils-pkgconfig \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-exception \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-test-warn

    depends_lib-append \
                    port:libconfig-hr
}
