diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-11 14:10:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-11 14:10:54 +0000 |
commit | e559b5c7fa151f87deed2b46e85402f52fc4206d (patch) | |
tree | 5547fd1fa1ed0e7b207e45380a58803f9887bcf5 /dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-e559b5c7fa151f87deed2b46e85402f52fc4206d.tar.gz historical-e559b5c7fa151f87deed2b46e85402f52fc4206d.tar.bz2 historical-e559b5c7fa151f87deed2b46e85402f52fc4206d.zip |
new version on cpan
Diffstat (limited to 'dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild b/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild new file mode 100644 index 000000000000..5314db3c7e65 --- /dev/null +++ b/dev-perl/XML-LibXML-XPathContext/XML-LibXML-XPathContext-0.06.ebuild @@ -0,0 +1,19 @@ +# Copyright 2001-2004 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.06.ebuild,v 1.1 2004/06/11 14:10:54 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" + +SRC_TEST="do" + +DEPEND="dev-perl/XML-LibXML + gnome? ( dev-perl/XML-GDOME )" |