blob: 8eb8f5e1cd44206d9f2b8e99fa5610e98818ec34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit perl-module
DESCRIPTION="Runtime require of both modules and files."
SRC_URI="mirror://cpan//authors/id/K/KA/KANE/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~kane/${P}"
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86"
IUSE=""
SRC_TEST="do"
|