diff options
author | Michael Wagner <lapinours@web.de> | 2010-05-11 22:54:19 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:54:19 +0200 |
commit | 36e6077f01e117e10725ec5d3087e2c22ffbadf6 (patch) | |
tree | 69ea66c2d28b47f7063f889a779f0d011f69a9a9 /libraries/perl-extutils-pkgconfig/README | |
parent | e299ff6b217d2bfee9bbd3c9ebffdba0182b00a9 (diff) | |
download | slackbuilds-36e6077f01e117e10725ec5d3087e2c22ffbadf6.tar.gz |
libraries/perl-extutils-pkgconfig: Added to 12.1 repository
Diffstat (limited to 'libraries/perl-extutils-pkgconfig/README')
-rw-r--r-- | libraries/perl-extutils-pkgconfig/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/perl-extutils-pkgconfig/README b/libraries/perl-extutils-pkgconfig/README new file mode 100644 index 0000000000..32fbdae16c --- /dev/null +++ b/libraries/perl-extutils-pkgconfig/README @@ -0,0 +1,6 @@ +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. |