ae2e3dda52
---------------------------------------- 1.320 2016-06-12 BOOK [ENHANCEMENTS] - Rewrite Git::Repository::Command's final_output() using System::Command's loop_on() [TESTS] - Fix a test that failed with Git versions with "comments" (Samit Badle)
27 lines
866 B
Makefile
27 lines
866 B
Makefile
# $NetBSD: Makefile,v 1.19 2016/06/18 20:27:08 mef Exp $
|
|
|
|
DISTNAME= Git-Repository-1.320
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Git-Repository/
|
|
COMMENT= Perl interface to Git repositories
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= git-base-[0-9]*:../../devel/git-base
|
|
DEPENDS+= p5-System-Command>=1.103:../../devel/p5-System-Command
|
|
DEPENDS+= p5-Git-Version-Compare>=1.001:../../devel/p5-Git-Version-Compare
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
BUILD_DEPENDS+= p5-Test-Requires-Git-[0-9]*:../../devel/p5-Test-Requires-Git
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Git/Repository/.packlist
|
|
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|