blob: a9571d3f6ee69859b0a1e8309a819f7c537aa361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Script/Test-Script-1.06.ebuild,v 1.1 2009/09/17 18:24:54 tove Exp $
EAPI=2
MODULE_AUTHOR=ADAMK
inherit perl-module
DESCRIPTION="Cross-platform basic tests for scripts"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
RDEPEND="virtual/perl-File-Spec
dev-perl/Probe-Perl
dev-perl/IPC-Run3
virtual/perl-Test-Simple"
DEPEND="${RDEPEND}"
SRC_TEST=do
|