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
0bd8b19488
commit
e70ff1c16d
3 changed files with 33 additions and 0 deletions
11
devel/p5-PkgConfig/DESCR
Normal file
11
devel/p5-PkgConfig/DESCR
Normal file
|
@ -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.
|
16
devel/p5-PkgConfig/Makefile
Normal file
16
devel/p5-PkgConfig/Makefile
Normal file
|
@ -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"
|
6
devel/p5-PkgConfig/distinfo
Normal file
6
devel/p5-PkgConfig/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue