| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.30.0.ebuild,v 1.9 2012/06/17 17:20:05 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
MODULE_AUTHOR=SBECK
|
| 8 |
MODULE_VERSION=1.03
|
| 9 |
inherit perl-module
|
| 10 |
|
| 11 |
DESCRIPTION="Framework for more readable interactive test scripts"
|
| 12 |
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
|
| 15 |
IUSE="test"
|
| 16 |
|
| 17 |
RDEPEND=""
|
| 18 |
DEPEND="${RDEPEND}
|
| 19 |
virtual/perl-Module-Build
|
| 20 |
test? (
|
| 21 |
dev-perl/Test-Pod
|
| 22 |
dev-perl/Test-Pod-Coverage
|
| 23 |
)"
|
| 24 |
|
| 25 |
SRC_TEST="do"
|