blob: ae00846d989ba5ab3368dc89b5b5ed6e4b4a69e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-ISA/Class-ISA-0.33.ebuild,v 1.1 2006/08/20 03:12:23 mcummings Exp $
inherit perl-module
DESCRIPTION="Report the search path thru an ISA tree"
SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~sburke"
LICENSE="Artistic"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
SRC_TET="do"
SLOT="0"
DEPEND="dev-lang/perl"
|