pkgsrc/devel/p5-Git-Wrapper/Makefile
mef 65c381b3e1 Update 0.043 to 0.045
---------------------
0.045     2015-07-19 09:46:07-07:00 America/Los_Angeles
        And this time let's actually use a non-trial release, dummy...

0.044_92  2015-07-19 09:45:11-07:00 America/Los_Angeles (TRIAL RELEASE)
        No changes since last development release

0.044_91  2015-07-13 18:12:05-07:00 America/Los_Angeles (TRIAL RELEASE)
        Uncoditionally set no_abbrev option to improve raw log parsing [#67] (John Anderson)

0.044_90  2015-05-06 15:08:17-07:00 America/Los_Angeles (TRIAL RELEASE)
        - Document 'modifications' method on G::W::Log (John Anderson)
        - Parse raw logs correctly (John Anderson)
	- Set modifications properly in constructor (John Anderson)
2015-09-01 12:30:33 +00:00

32 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2015/09/01 12:30:33 mef Exp $
DISTNAME= Git-Wrapper-0.045
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"