blob: f43c6437a2a8129368af5089a7bdc3ee81d09faa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.18.ebuild,v 1.4 2011/02/27 10:04:33 xarthisius Exp $
EAPI=2
MODULE_AUTHOR=BINGOS
inherit perl-module
DESCRIPTION="runtime require of both modules and files"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
SRC_TEST=do
|