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.
This commit is contained in:
parent
6decd27ede
commit
e07f39b40a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue