a4124cd36f
------------------------------------------- 1.007 2016-10-02 BOOK - Add an extra diagnostic reporting the git version used for testing (with a scheme to limit the number of times it's output, so as not to pollute test output too much)
21 lines
725 B
Makefile
21 lines
725 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/10/10 13:00:00 mef Exp $
|
|
|
|
DISTNAME= Test-Requires-Git-1.007
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/B/BO/BOOK/
|
|
COMMENT= Check your test requirements against the available version of Git
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Git-Version-Compare-[0-9]*:../../devel/p5-Git-Version-Compare
|
|
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
|
|
PERL5_PACKLIST= auto/Test/Requires/Git/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|