Mon Sep 7 19:55:51 2020 UTC ()
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.


(otis)
diff -r1.3230 -r1.3231 pkgsrc/devel/Makefile

cvs diff -r1.3230 -r1.3231 pkgsrc/devel/Makefile (expand / switch to context diff)
--- pkgsrc/devel/Makefile 2020/09/07 11:19:45 1.3230
+++ pkgsrc/devel/Makefile 2020/09/07 19:55:51 1.3231
@@ -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-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