# -*- 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 # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Devel-CheckLib 1.07 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 eb5a4bf3fe1a0a5fea3e1ae4322eb6deeeb5b191 \ sha256 c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-io-captureoutput }