1 |
# Copyright 1999-2011 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Requires/Test-Requires-0.05.ebuild,v 1.5 2011/08/13 08:45:24 xarthisius Exp $ |
4 |
|
5 |
EAPI=3 |
6 |
|
7 |
MODULE_AUTHOR=TOKUHIROM |
8 |
inherit perl-module |
9 |
|
10 |
DESCRIPTION="Checks to see if the module can be loaded" |
11 |
|
12 |
SLOT="0" |
13 |
KEYWORDS="amd64 ppc x86" |
14 |
IUSE="" |
15 |
|
16 |
RDEPEND=">=virtual/perl-Test-Simple-0.61" |
17 |
DEPEND="${RDEPEND}" |
18 |
|
19 |
SRC_TEST=do |