blob: 3489603b7fc17b699b24f637305fb8be2397d408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2005 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.10 2005/05/18 08:38:11 corsair 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="mirror://cpan/authors/id/M/MV/MVERB/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="x86 ppc ~sparc alpha amd64 ia64 ppc64"
IUSE=""
DEPEND="dev-perl/GDTextUtil
media-libs/gd"
src_unpack() {
unpack ${A}
cd ${S}
perl-module_src_prep
}
|