blob: 0eb21625b323fd71360324047ca94f0ce69326ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Builder-Tester/Test-Builder-Tester-1.01.ebuild,v 1.12 2005/10/02 13:17:02 agriffis Exp $
inherit perl-module
DESCRIPTION="Test testsuites that have been built with Test::Builder"
SRC_URI="mirror://cpan/authors/id/M/MA/MARKF/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~markf/${P}/"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
DEPEND=">=perl-core/Test-Simple-0.47
dev-perl/module-build"
|