diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 15:03:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 15:03:22 +0000 |
commit | c50b58277bcee6992db196925be077302613dcd7 (patch) | |
tree | 218ce787b1a567ade5bdc0ee06463474567741eb /dev-perl/Graph/Graph-0.81.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-c50b58277bcee6992db196925be077302613dcd7.tar.gz gentoo-2-c50b58277bcee6992db196925be077302613dcd7.tar.bz2 gentoo-2-c50b58277bcee6992db196925be077302613dcd7.zip |
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-perl/Graph/Graph-0.81.ebuild')
-rw-r--r-- | dev-perl/Graph/Graph-0.81.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Graph/Graph-0.81.ebuild b/dev-perl/Graph/Graph-0.81.ebuild new file mode 100644 index 000000000000..07c7ae1c471a --- /dev/null +++ b/dev-perl/Graph/Graph-0.81.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.81.ebuild,v 1.1 2007/02/06 15:03:22 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Data structure and ops for directed graphs" +SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Graph/${P}.readme" +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +SRC_TEST="do" + +DEPEND="dev-perl/Heap + dev-lang/perl" |