1The pkg-config program retrieves information about installed libraries,
2usually for the purposes of compiling against and linking to them.
3
4ExtUtils::PkgConfig is a very simplistic interface to this utility,
5intended for use in the Makefile.PL of perl extensions which bind
6libraries that pkg-config knows.  It is really just boilerplate code
7that you would've written yourself.
8
9WWW: https://metacpan.org/release/ExtUtils-PkgConfig
10