summaryrefslogtreecommitdiff
blob: d1e5c5b300bf8ba44649b7fd531d199a368ca9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MODULE_AUTHOR=JSMITH
inherit perl-module

DESCRIPTION="Three-way merge and diff"
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPEND="
	dev-perl/Algorithm-Diff
"