aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-PkgConfig/pkg-descr
blob: 570132d4a489b9d06024cfb3f9db116fff19e7f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.

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