# -*- 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         Devel-CheckLib 1.16
revision            1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         check that a library is available
long_description    Devel::CheckLib is a perl module that checks whether \
                    a particular C library and its headers are available.

checksums           rmd160  02c1e4c5d7854e7ca2040222550ca1a96825d264 \
                    sha256  869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca \
                    size    15863

supported_archs     noarch
platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-capture-tiny \
                    port:p${perl5.major}-mock-config
    patchfiles      _findcc.patch
}
