SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT= simplistic perl interface to pkg-config
MODULES= cpan
PKG_ARCH= *
DISTNAME = ExtUtils-PkgConfig-1.16
CATEGORIES= devel
REVISION = 0
# LGPLv2.1
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (ExtUtils-PkgConfig-1.16.tar.gz) = u+rO2ZXX2NEM/FGjpaZtpBzrK8BP7cq1DhDmMA6AHG4=
SIZE (ExtUtils-PkgConfig-1.16.tar.gz) = 10144

View file

@ -0,0 +1,5 @@
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.
ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows.

View file

@ -0,0 +1,3 @@
${P5SITE}/ExtUtils/
${P5SITE}/ExtUtils/PkgConfig.pm
@man man/man3p/ExtUtils::PkgConfig.3p