aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-02 00:03:26 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-02 00:03:26 +0800
commit23e3d76e039bf7a8700c794f3607b2fe42bc12ac (patch)
treeddad671d179c98251045c057053a2b22db93fe6d /devel
parentbce920daada88b43df6a18fd114226c4b5e5a64c (diff)
downloadfreebsd-ports-gnome-23e3d76e039bf7a8700c794f3607b2fe42bc12ac.tar.gz
freebsd-ports-gnome-23e3d76e039bf7a8700c794f3607b2fe42bc12ac.tar.zst
freebsd-ports-gnome-23e3d76e039bf7a8700c794f3607b2fe42bc12ac.zip
- 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/
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-ExtUtils-CppGuess/Makefile22
-rw-r--r--devel/p5-ExtUtils-CppGuess/distinfo2
-rw-r--r--devel/p5-ExtUtils-CppGuess/pkg-descr7
-rw-r--r--devel/p5-ExtUtils-CppGuess/pkg-plist2
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f92a67353493..b39c0091f414 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/p5-ExtUtils-CppGuess/Makefile b/devel/p5-ExtUtils-CppGuess/Makefile
new file mode 100644
index 000000000000..ed3c602e624b
--- /dev/null
+++ b/devel/p5-ExtUtils-CppGuess/Makefile
@@ -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>
diff --git a/devel/p5-ExtUtils-CppGuess/distinfo b/devel/p5-ExtUtils-CppGuess/distinfo
new file mode 100644
index 000000000000..5a6ae012e05a
--- /dev/null
+++ b/devel/p5-ExtUtils-CppGuess/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ExtUtils-CppGuess-0.07.tar.gz) = 1cd83ee8452351219b987c79ddb25cc25ee8c396318ba36c5211a92b5c87e7a8
+SIZE (ExtUtils-CppGuess-0.07.tar.gz) = 7232
diff --git a/devel/p5-ExtUtils-CppGuess/pkg-descr b/devel/p5-ExtUtils-CppGuess/pkg-descr
new file mode 100644
index 000000000000..67e018fa6ee9
--- /dev/null
+++ b/devel/p5-ExtUtils-CppGuess/pkg-descr
@@ -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/
diff --git a/devel/p5-ExtUtils-CppGuess/pkg-plist b/devel/p5-ExtUtils-CppGuess/pkg-plist
new file mode 100644
index 000000000000..2bd1459e52b8
--- /dev/null
+++ b/devel/p5-ExtUtils-CppGuess/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/ExtUtils/CppGuess.pm
+%%PERL5_MAN3%%/ExtUtils::CppGuess.3.gz