summaryrefslogtreecommitdiff
blob: 2e6a37823d8f1b55d1dc7d76dd3dc334611ff260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=BOOK
MODULE_VERSION=1.18
inherit perl-module

DESCRIPTION="Perl interface to Git repositories"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
comment() { echo ''; }
RDEPEND="
	virtual/perl-Scalar-List-Utils $(comment List::Util)
	virtual/perl-File-Spec
	virtual/perl-File-Path
	$(comment virtual/perl-IPC-Open3)
	$(comment Cwd is File::Spec)
	>=dev-perl/System-Command-1.10.0
"
DEPEND="${RDEPEND}
	virtual/perl-Module-Build
	virtual/perl-Test-Simple $(comment Test::More)
"

SRC_TEST=do