# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.43.ebuild,v 1.6 2004/09/03 16:14:45 pvdabeel Exp $ inherit perl-module CATEGORY="dev-perl" DESCRIPTION="perl5 module to create charts using the GD module" HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc alpha amd64 ia64" IUSE="" DEPEND="dev-perl/GDTextUtil media-libs/gd" src_unpack() { unpack ${A} cd ${S} perl-module_src_prep }