pkgsrc/devel/p5-ExtUtils-PkgConfig/DESCR
xtraeme 4c7ed1ea02 Initial import of p5-ExtUtils-PkgConfig-1.03, from pkgsrc-wip.
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.
2004-04-19 17:23:15 +00:00

7 lines
379 B
Text

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.