perl-ExtUtils-PkgConfig - Simplistic interface to pkg-config

Description:

The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.

ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows. It is really just boilerplate code
that you would've written yourself.

Homepage: http://search.cpan.org/dist/ExtUtils-PkgConfig/

License: LGPLv2+

Vendor: Fedora Project

Packages

perl-ExtUtils-PkgConfig-1.07-5.fc8.2.noarch [11 KiB] Changelog by Tom "spot" Callaway (2007-10-16):
- add BR: perl(Test::More)