blob: 2693b64e1d9db517a46cbd5fca5f538de2198601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Ediff/String-Ediff-0.03.ebuild,v 1.3 2005/08/26 00:16:05 agriffis Exp $
inherit perl-module
DESCRIPTION="Produce common sub-string indices for two strings"
SRC_URI="mirror://cpan/authors/id/B/BO/BOXSOU/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~boxzou/${P}/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
|