pkgsrc/devel/p5-Git-Repository/Makefile
sno 14b78df994 Updating package for Perl5 module Git::Repository from CPAN in
devel/p5-Git-Repository from 1.22 to 1.25

Upstream changes:
1.25 Tue Dec 27 23:07:11 CET 2011
        [ENHANCEMENTS]
        - None. It's as good as 1.24, without the stupid test fail.
        [TESTS]
        - fixed a test plan when a git binary is not available

1.24 Mon Dec 26 14:51:36 CET 2011
        [ENHANCEMENTS]
        - the command cache for _is_git() is now properly populated
          when the git option is a command with options (e.g. sudo)
        - _is_git() still finds git when the PATH contains a directory
          named git in a better position (RT #72154)
        - Fix spelling errors fixed in Debian (RT #73079)
        - Defend against changes to $/ (RT #71621)

1.23 Sun Dec  4 16:06:08 CET 2011
        [TESTS]
        - made t/07-version.t pass when /tmp is mounted noexec (RT #72610)
2012-03-22 13:11:40 +00:00

26 lines
718 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/03/22 13:11:40 sno Exp $
DISTNAME= Git-Repository-1.25
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}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= p5-System-Command>=1.01:../../devel/p5-System-Command
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Git/Repository/.packlist
PERL5_MODY_TYPE= Module::Build
USE_TOOLS+= perl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"