"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. Feedback and OK bluhm
23 lines
375 B
Makefile
23 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/12/04 22:46:38 kn Exp $
|
|
|
|
COMMENT = guess C++ compiler and flags
|
|
|
|
DISTNAME = ExtUtils-CppGuess-0.12
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = sysutils/p5-Capture-Tiny
|
|
|
|
TEST_DEPENDS = devel/p5-Module-Build
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|