From e70ff1c16d920a8ed33acd4cf8af0d8f0c72cb4f Mon Sep 17 00:00:00 2001 From: otis Date: Mon, 7 Sep 2020 20:06:20 +0000 Subject: [PATCH] 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. --- devel/p5-PkgConfig/DESCR | 11 +++++++++++ devel/p5-PkgConfig/Makefile | 16 ++++++++++++++++ devel/p5-PkgConfig/distinfo | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 devel/p5-PkgConfig/DESCR create mode 100644 devel/p5-PkgConfig/Makefile create mode 100644 devel/p5-PkgConfig/distinfo diff --git a/devel/p5-PkgConfig/DESCR b/devel/p5-PkgConfig/DESCR new file mode 100644 index 000000000000..6a842065944b --- /dev/null +++ b/devel/p5-PkgConfig/DESCR @@ -0,0 +1,11 @@ +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. diff --git a/devel/p5-PkgConfig/Makefile b/devel/p5-PkgConfig/Makefile new file mode 100644 index 000000000000..7555e38826e5 --- /dev/null +++ b/devel/p5-PkgConfig/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/09/07 20:06:20 otis Exp $ + +DISTNAME= PkgConfig-0.24026 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/} + +MAINTAINER= otis@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/PkgConfig +COMMENT= Pure-Perl Core-Only replacement for pkg-config +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/PkgConfig/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-PkgConfig/distinfo b/devel/p5-PkgConfig/distinfo new file mode 100644 index 000000000000..31ca44e348ad --- /dev/null +++ b/devel/p5-PkgConfig/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/09/07 20:06:20 otis Exp $ + +SHA1 (PkgConfig-0.24026.tar.gz) = 8ba78c4045a36f0c84cdd2fc1d3f7bf2358d1fb4 +RMD160 (PkgConfig-0.24026.tar.gz) = 76a5df9a01af26c4ddfebf8042e3648f4a52cfec +SHA512 (PkgConfig-0.24026.tar.gz) = d87a2ad8c11032c9ad8db055437390fdebbeffe9131d1f24a27718996a2121b8e67feeabf25dea50d878b9fc15e99bc9dfac3a55fc4d5c2189f10b40c1e48246 +Size (PkgConfig-0.24026.tar.gz) = 139117 bytes