| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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.9 2010/01/05 19:10:18 nixnut Exp $ |
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 $ |
| 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" |
| … | |
… | |
| 14 | DEPEND="dev-lang/perl" |
14 | DEPEND="dev-lang/perl" |
| 15 | |
15 | |
| 16 | PREFER_BUILDPL=no |
16 | PREFER_BUILDPL=no |
| 17 | SRC_TEST="do" |
17 | SRC_TEST="do" |
| 18 | mydoc="rfc*.txt" |
18 | mydoc="rfc*.txt" |
|
|
19 | PATCHES=( "${FILESDIR}"/3.17-taint.patch ) |