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,19 @@
COMMENT = guess C++ compiler and flags
DISTNAME = ExtUtils-CppGuess-0.26
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = sysutils/p5-Capture-Tiny
TEST_DEPENDS = devel/p5-Module-Build
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (ExtUtils-CppGuess-0.26.tar.gz) = yLNiuGAXKkB2rO4AQ49SuGRk8sUAcCz891J4Ef+aaD4=
SIZE (ExtUtils-CppGuess-0.26.tar.gz) = 15592

View file

@ -0,0 +1,5 @@
"ExtUtils::CppGuess" attempts to guess the system's C++ compiler that is
compatible with the C compiler that your perl was built with.
It can generate the necessary options to the Module::Build constructor
or to ExtUtils::MakeMaker's "WriteMakefile" function.

View file

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