SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-ExtUtils-CppGuess/Makefile
Normal file
19
devel/p5-ExtUtils-CppGuess/Makefile
Normal 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>
|
2
devel/p5-ExtUtils-CppGuess/distinfo
Normal file
2
devel/p5-ExtUtils-CppGuess/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ExtUtils-CppGuess-0.26.tar.gz) = yLNiuGAXKkB2rO4AQ49SuGRk8sUAcCz891J4Ef+aaD4=
|
||||
SIZE (ExtUtils-CppGuess-0.26.tar.gz) = 15592
|
5
devel/p5-ExtUtils-CppGuess/pkg/DESCR
Normal file
5
devel/p5-ExtUtils-CppGuess/pkg/DESCR
Normal 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.
|
3
devel/p5-ExtUtils-CppGuess/pkg/PLIST
Normal file
3
devel/p5-ExtUtils-CppGuess/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/ExtUtils/
|
||||
${P5SITE}/ExtUtils/CppGuess.pm
|
||||
@man man/man3p/ExtUtils::CppGuess.3p
|
Loading…
Add table
Add a link
Reference in a new issue