# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.15-r1.ebuild,v 1.12 2005/05/25 15:14:38 mcummings Exp $ inherit perl-module MY_P=Test-Inline-${PV} DESCRIPTION="Inline test suite support for Perl" HOMEPAGE="http://search.cpan.org/search?dist=Test-Inline" SRC_URI="http://www.cpan.org/modules/by-module/Test/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="" DEPEND="perl-core/Memoize perl-core/Test-Simple" S=${WORKDIR}/${MY_P} src_compile() { perl-module_src_compile perl-module_src_test || die "test failed" }