# -*- 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.26 perl5.setup Devel-CheckLib 1.11 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. platforms darwin checksums rmd160 79c71fc483f1691f3cb06acd45a903d4f041bd65 \ sha256 bd6d1c187e80be6de1f0d37add441ba8f14950c7bc1f54e764770ed484b232c1 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-io-captureoutput \ port:p${perl5.major}-mock-config }