diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-10-03 11:14:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-10-03 11:14:24 +0000 |
commit | cfb5842b22e0b945944bd9983cbd314179ca5fe7 (patch) | |
tree | 3c21cd589940b4b783528afde8f70e8fb57fe347 /dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.05.ebuild | |
parent | Dependancy for xml-xsh (diff) | |
download | gentoo-2-cfb5842b22e0b945944bd9983cbd314179ca5fe7.tar.gz gentoo-2-cfb5842b22e0b945944bd9983cbd314179ca5fe7.tar.bz2 gentoo-2-cfb5842b22e0b945944bd9983cbd314179ca5fe7.zip |
Dependancy for xml-xsh
Diffstat (limited to 'dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.05.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.05.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.05.ebuild b/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.05.ebuild new file mode 100644 index 000000000000..4c6aea0811b3 --- /dev/null +++ b/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.05.ebuild @@ -0,0 +1,17 @@ +# 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-XPathContext/XML-LibXML-XPathContext-0.05.ebuild,v 1.1 2003/10/03 11:14:22 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Perl interface to libxml2's xmlXPathContext" +SRC_URI="http://www.cpan.org/modules/by-authors/id/I/IL/ILYAM/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/I/IL/ILYAM/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~sparc ~ppc" + +DEPEND="dev-perl/XML-LibXML + gnome? ( dev-perl/XML-GDOME )" |