pkgsrc/devel/p5-Git-Repository/Makefile
sno c16aef0819 Importing package definition for CPAN Module Git::Repository 1.22 into
devel/p5-Git-Repository.

Git::Repository is an interface to Git for the Perl programming language,
for scripted interactions with repositories. It's a low-level interface
that allows calling any Git command, whether porcelain or plumbing,
including bidirectional commands such as git commit-tree.

A Git::Repository object simply provides context to the git commands being
run. It is possible to call the command() and run() methods against the
class itself, and the context (typically current working directory) will
be obtained from the options and environment.
2011-11-15 12:14:52 +00:00

26 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:14:52 sno Exp $
DISTNAME= Git-Repository-1.22
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"