diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 14:50:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 14:50:40 +0000 |
commit | 193865d6c7f5000cabfa936b22c017a0a5364feb (patch) | |
tree | e25698db528010a56b77b5bff3eabb82a36a868d /dev-perl/Chart/Chart-2.4.1.ebuild | |
parent | stable on amd64; bug 159522 (diff) | |
download | historical-193865d6c7f5000cabfa936b22c017a0a5364feb.tar.gz historical-193865d6c7f5000cabfa936b22c017a0a5364feb.tar.bz2 historical-193865d6c7f5000cabfa936b22c017a0a5364feb.zip |
Version bump
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-perl/Chart/Chart-2.4.1.ebuild')
-rw-r--r-- | dev-perl/Chart/Chart-2.4.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Chart/Chart-2.4.1.ebuild b/dev-perl/Chart/Chart-2.4.1.ebuild new file mode 100644 index 000000000000..bae3c928dc94 --- /dev/null +++ b/dev-perl/Chart/Chart-2.4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.1.ebuild,v 1.1 2007/02/06 14:50:40 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="The Perl Chart Module" +SRC_URI="mirror://cpan/authors/id/C/CH/CHARTGRP/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~chartgrp/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-perl/GD-1.2 + dev-lang/perl" + +SRC_TEST="do" + +mydoc="TODO" |