# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.2.ebuild,v 1.3 2005/06/05 14:02:47 mcummings Exp $ inherit perl-module eutils DESCRIPTION="Perl module for Tk-TableMatrix" HOMEPAGE="http://search.cpan.org/author/CERNEY/${P}" SRC_URI="mirror://cpan/authors/id/C/CE/CERNEY/${P}.tar.gz" #SRC_TEST="do" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" IUSE="" DEPEND="dev-perl/perl-tk !=perl-core/ExtUtils-MakeMaker-6.15" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/patch.diff }