-------------- 0.09 Sat Apr 11 16:05:50 BST 2015 - Convert to EUMM (ExtUtils::MakeMaker) - Make tests divulge guessed options for better debugging
18 lines
551 B
Makefile
18 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/04/12 09:16:24 mef Exp $
|
|
|
|
DISTNAME= ExtUtils-CppGuess-0.09
|
|
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}
|
|
|
|
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
|
|
PERL5_PACKLIST= auto/ExtUtils/CppGuess/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|