1*4882a593SmuzhiyunSUMMARY = "ExtUtils::CppGuess - guess C++ compiler and flags"
2*4882a593SmuzhiyunDESCRIPTION = "ExtUtils::CppGuess attempts to guess the system's C++ \
3*4882a593Smuzhiyuncompiler that is compatible with the C compiler that your perl was built \
4*4882a593Smuzhiyunwith. \
5*4882a593SmuzhiyunIt can generate the necessary options to the Module::Build constructor or \
6*4882a593Smuzhiyunto ExtUtils::MakeMaker's WriteMakefile function."
7*4882a593SmuzhiyunSECTION = "libs"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunHOMEPAGE = "http://search.cpan.org/~smueller/ExtUtils-CppGuess/"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
15*4882a593SmuzhiyunSRC_URI[sha256sum] = "c8b362b860172a4076acee00438f52b86464f2c500702cfcf7527811ff9a683e"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunS = "${WORKDIR}/ExtUtils-CppGuess-${PV}"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit cpan
20*4882a593Smuzhiyun
21*4882a593Smuzhiyundo_install () {
22*4882a593Smuzhiyun        cpan_do_install
23*4882a593Smuzhiyun}
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunRDEPENDS:${PN} = " libcapture-tiny-perl \
26*4882a593Smuzhiyun                   perl-module-scalar-util \
27*4882a593Smuzhiyun                   perl-module-io-file \
28*4882a593Smuzhiyun                   perl-module-extutils-makemaker \
29*4882a593Smuzhiyun                   perl-module-file-spec \
30*4882a593Smuzhiyun                   perl-module-exporter \
31*4882a593Smuzhiyun                   perl-module-carp \
32*4882a593Smuzhiyun                   perl-module-file-temp \
33*4882a593Smuzhiyun                   perl-module-lib \
34*4882a593Smuzhiyun"
35*4882a593Smuzhiyun
36*4882a593SmuzhiyunBBCLASSEXTEND = "native"
37