slackbuilds/perl/perl-extutils-pkgconfig
B. Watson d64be4f736
perl/perl-extutils-pkgconfig: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README perl/*: Moved all of the Perl modules to here 2011-03-20 12:32:34 -05:00
perl-extutils-pkgconfig.SlackBuild perl/perl-extutils-pkgconfig: New maintainer. 2014-06-23 07:48:00 +07:00
perl-extutils-pkgconfig.info multiple: Update email address. 2016-02-22 22:11:47 +07:00
slack-desc perl/perl-extutils-pkgconfig: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

ExtUtils::PkgConfig (perl module)

ExtUtils::PkgConfig is a very simplistic interface to pkg-config,
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.