diff options
author | otis <otis@pkgsrc.org> | 2020-09-07 19:55:51 +0000 |
---|---|---|
committer | otis <otis@pkgsrc.org> | 2020-09-07 19:55:51 +0000 |
commit | e29ba74d1e259e1b1cc99d3f968fd893a062773c (patch) | |
tree | 12c4272324f2c8545fe891e3a5113287e38283eb /devel | |
parent | a5a295cf3efd7ba9ef6cb5b130d33655849cf8f9 (diff) | |
download | pkgsrc-e29ba74d1e259e1b1cc99d3f968fd893a062773c.tar.gz |
devel/p5-PkgConfig: Pure-Perl Core-Only replacement for pkg-config
Add version 0.24026
PkgConfig provides a pure-perl, core-only replacement for the pkg-config
utility.
This is not a description of the uses of pkg-config but rather a description of
the differences between the C version and the Perl one.
While pkg-config is a compiled binary linked with glib, the pure-perl version
has no such requirement, and will run wherever Perl ( >= 5.6 ) does.
The main supported options are the common --libs, --cflags, --static, --exists
and --modversion.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 49ec100a9ca..bbb3efe1116 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3230 2020/09/07 11:19:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3231 2020/09/07 19:55:51 otis Exp $ # COMMENT= Development utilities @@ -1746,6 +1746,7 @@ SUBDIR+= p5-PerlIO-via-Timeout SUBDIR+= p5-PerlIO-via-dynamic SUBDIR+= p5-PerlIO-via-symlink SUBDIR+= p5-PerlX-Maybe +SUBDIR+= p5-PkgConfig SUBDIR+= p5-Probe-Perl SUBDIR+= p5-Proc-Background SUBDIR+= p5-Proc-Daemon |