7119d32a04
Upstream changes: 0.048 2018-03-29 11:14:42-07:00 America/Los_Angeles No changes since last development release. 0.047_090 2018-03-19 21:19:22-07:00 America/Los_Angeles (TRIAL RELEASE) update t/path_class.t to remove tilde; fixes [#41] (Jean-Damien.Durand) Unset (possible) global gpgsign [#91] (Sergey Romanov) remove timing bug in basic.t (Christian Walde) POD typo fix (小械褉谐械泄 袪芯屑邪薪芯胁) Include dist.ini in distribution (Karen Etheridge)
32 lines
1.2 KiB
Makefile
32 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2018/04/10 08:23:11 wen Exp $
|
|
|
|
DISTNAME= Git-Wrapper-0.048
|
|
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-Wrapper/
|
|
COMMENT= Wrap git(7) command-line interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Env-Path-[0-9]*:../../devel/p5-Env-Path
|
|
#BUILD_DEPENDS+= {perl>=5.001,p5-File-Path-[0-9]*}:../../devel/p5-File-Path
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
|
|
|
|
#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-Devel-CheckBin-[0-9]*:../../devel/p5-Devel-CheckBin
|
|
DEPENDS+= p5-File-chdir>=0.1010:../../devel/p5-File-chdir
|
|
#DEPENDS+= {perl>=5.9.5,p5-IPC-Cmd-[0-9]*}:../../devel/p5-IPC-Cmd
|
|
DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
|
|
DEPENDS+= git-base-[0-9]*:../../devel/git-base
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Git/Wrapper/.packlist
|
|
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|