Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-PkgConfig / pkg-descr
1 PkgConfig provides a pure-perl, core-only replacement for the pkg-config
2 utility.
3
4 This is not a description of the uses of pkg-config but rather a description of
5 the differences between the C version and the Perl one.
6
7 While pkg-config is a compiled binary linked with glib, the pure-perl version
8 has no such requirement, and will run wherever Perl ( >= 5.6 ) does.
9
10 The main supported options are the common --libs, --cflags, --static, --exists
11 and --modversion.
12
13 WWW: http://search.cpan.org/dist/PkgConfig/