blob: 01c9bf995597f6e4b6a1618899c3f77e8a2c4ae4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 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.1 2010/03/05 07:15:58 tove Exp $
EAPI=2
MODULE_AUTHOR=BINGOS
inherit perl-module
DESCRIPTION="runtime require of both modules and files"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SRC_TEST=do
|