diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-17 12:03:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-17 12:03:09 +0000 |
commit | 74375489a3a6fabfcc24f0e41e3ca18e2b542a63 (patch) | |
tree | c19705fe3adacc9ebf2e15ba7693a829cbe692cf /dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild | |
parent | This is a missing dependancy for other perl XML modules (diff) | |
download | gentoo-2-74375489a3a6fabfcc24f0e41e3ca18e2b542a63.tar.gz gentoo-2-74375489a3a6fabfcc24f0e41e3ca18e2b542a63.tar.bz2 gentoo-2-74375489a3a6fabfcc24f0e41e3ca18e2b542a63.zip |
This is a missing dependancy for other perl XML modules
Diffstat (limited to 'dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild b/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild new file mode 100644 index 000000000000..e2044cbf5898 --- /dev/null +++ b/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML-Iterator/XML-LibXML-Iterator-1.00.ebuild,v 1.1 2003/06/17 12:03:06 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="No description available." +SRC_URI="http://www.cpan.org/modules/by-authors/id/P/PH/PHISH/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/P/PH/PHISH/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~ppc ~sparc" + +DEPEND="dev-perl/XML-LibXML + dev-perl/XML-NodeFilter" + |