blob: 680c62adf3e1f47ba6c87e7015cd69b4beb44142 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2008 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.03.ebuild,v 1.7 2008/07/17 20:51:29 armin76 Exp $
MODULE_AUTHOR=ADAMK
inherit perl-module
DESCRIPTION="Cross-platform basic tests for scripts"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86"
IUSE=""
DEPEND="dev-lang/perl
virtual/perl-File-Spec
dev-perl/IPC-Run3
virtual/perl-Test-Simple"
SRC_TEST=do
|