diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 15:17:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 15:17:15 +0000 |
commit | a11e68cd327ef1d1ba2f2fdbcf7c47914d349f39 (patch) | |
tree | 661f94f2ec9c94e096e537a7412509577a92971a /dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-a11e68cd327ef1d1ba2f2fdbcf7c47914d349f39.tar.gz gentoo-2-a11e68cd327ef1d1ba2f2fdbcf7c47914d349f39.tar.bz2 gentoo-2-a11e68cd327ef1d1ba2f2fdbcf7c47914d349f39.zip |
Version bump
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild')
-rw-r--r-- | dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild b/dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild new file mode 100644 index 000000000000..398fd91d632a --- /dev/null +++ b/dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Hierarchy/Data-Hierarchy-0.34.ebuild,v 1.1 2006/11/06 15:17:15 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Data::Hierarchy - Handle data in a hierarchical structure" +SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Data/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Clone + dev-perl/Test-Exception + dev-lang/perl" |