- Add p5-ExtUtils-CppGuess 0.07
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. WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/
This commit is contained in:
parent
4dce67b61e
commit
21c4bd9a1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375929
5 changed files with 34 additions and 0 deletions
|
@ -2016,6 +2016,7 @@
|
|||
SUBDIR += p5-ExtUtils-Command
|
||||
SUBDIR += p5-ExtUtils-Config
|
||||
SUBDIR += p5-ExtUtils-Constant
|
||||
SUBDIR += p5-ExtUtils-CppGuess
|
||||
SUBDIR += p5-ExtUtils-Depends
|
||||
SUBDIR += p5-ExtUtils-Helpers
|
||||
SUBDIR += p5-ExtUtils-Install
|
||||
|
|
22
devel/p5-ExtUtils-CppGuess/Makefile
Normal file
22
devel/p5-ExtUtils-CppGuess/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ExtUtils-CppGuess
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Guess C++ compiler and flags
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
|
||||
.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.07.tar.gz) = 1cd83ee8452351219b987c79ddb25cc25ee8c396318ba36c5211a92b5c87e7a8
|
||||
SIZE (ExtUtils-CppGuess-0.07.tar.gz) = 7232
|
7
devel/p5-ExtUtils-CppGuess/pkg-descr
Normal file
7
devel/p5-ExtUtils-CppGuess/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/
|
2
devel/p5-ExtUtils-CppGuess/pkg-plist
Normal file
2
devel/p5-ExtUtils-CppGuess/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/ExtUtils/CppGuess.pm
|
||||
%%PERL5_MAN3%%/ExtUtils::CppGuess.3.gz
|
Loading…
Reference in a new issue