blob: bf622fd68204adc7ed8fac4d425ccf0ff163bc31 (
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: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Munkres/Algorithm-Munkres-0.08.ebuild,v 1.1 2009/03/13 00:03:13 weaver Exp $
inherit perl-module
DESCRIPTION="Munkres solution to classical Assignment problem"
HOMEPAGE="http://search.cpan.org/~tpederse/Algorithm-Munkres-0.08/lib/Algorithm/Munkres.pm"
SRC_URI="mirror://cpan/authors/id/T/TP/TPEDERSE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
SRC_TEST="do"
DEPEND="dev-lang/perl"
|