pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
wen af5c6f9ccd Update to 0.23
Upstream changes:
0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu

0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
  See <https://github.com/tsee/extutils-cppguess/pull/24>.
2021-10-02 15:00:41 +00:00

24 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.22 2021/10/02 15:00:41 wen Exp $
DISTNAME= ExtUtils-CppGuess-0.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/SMUELLER/ExtUtils-CppGuess-0.07
COMMENT= Perl5 module for guess C++ compiler and flags
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
LDFLAGS+= -lstdc++
USE_LANGUAGES+= c c++
PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist
# one test failure as of 0.12
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"