diff options
Diffstat (limited to 'dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.12.ebuild')
-rw-r--r-- | dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.12.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.12.ebuild b/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.12.ebuild new file mode 100644 index 000000000000..f596f4324bdf --- /dev/null +++ b/dev-perl/XML-LibXML-Common/XML-LibXML-Common-0.12.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +IUSE="" + +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" +DESCRIPTION="Routines and Constants common for XML::LibXML and XML::GDOME." +SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/${P}.tar.gz" +HOMEPAGE="http:/search.cpan.org/src/ILYAZ/Term-ReadLine-Perl-1.0203/README" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND} + >=dev-libs/libxml2-2.4.1" |