| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Harness/Test-Harness-3.17.ebuild,v 1.10 2010/10/14 10:29:12 tove Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Harness/Test-Harness-3.17.ebuild,v 1.11 2011/07/30 12:26:09 tove Exp $ |
| 4 | |
4 | |
| 5 | MODULE_AUTHOR=ANDYA |
5 | MODULE_AUTHOR=ANDYA |
| 6 | inherit perl-module |
6 | inherit perl-module |
| 7 | |
7 | |
| 8 | DESCRIPTION="Runs perl standard test scripts with statistics" |
8 | DESCRIPTION="Runs perl standard test scripts with statistics" |
| 9 | |
9 | |
| 10 | SLOT="0" |
10 | SLOT="0" |
| 11 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
11 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 12 | IUSE="" |
12 | IUSE="" |
| 13 | |
13 | |
| 14 | DEPEND="dev-lang/perl" |
14 | DEPEND="dev-lang/perl" |
| 15 | |
15 | |
| 16 | PREFER_BUILDPL=no |
16 | PREFER_BUILDPL=no |