pkgsrc/devel/p5-ExtUtils-CppGuess/Makefile
wiz 5bf856237d p5-ExtUtils-CppGuess: update to 0.12.
0.12	Sat Oct 21 18:12:51 BST 2017
    - Fix tests on 5.26 without '.' in @INC (kentfredric)
2017-10-23 12:47:08 +00:00

21 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/10/23 12:47:08 wiz Exp $
DISTNAME= ExtUtils-CppGuess-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~smueller/ExtUtils-CppGuess/
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
PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist
# one test failure as of 0.12
# https://github.com/tsee/extutils-cppguess/issues/17
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"