summaryrefslogtreecommitdiffstats
path: root/perl/perl-extutils-pkgconfig/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-extutils-pkgconfig/README')
-rw-r--r--perl/perl-extutils-pkgconfig/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-extutils-pkgconfig/README b/perl/perl-extutils-pkgconfig/README
new file mode 100644
index 0000000000..32fbdae16c
--- /dev/null
+++ b/perl/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.