summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-01-04 15:22:38 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-01-04 15:22:38 +0000
commitc74f705f0d603ce46a238cd3a424fb30a054f9e9 (patch)
treec51b026708f624dc8e4729bbbd2fc5c0b6d421da /dev-perl/libxml-perl/libxml-perl-0.08.ebuild
parentMarked stable on x86. (diff)
downloadhistorical-c74f705f0d603ce46a238cd3a424fb30a054f9e9.tar.gz
historical-c74f705f0d603ce46a238cd3a424fb30a054f9e9.tar.bz2
historical-c74f705f0d603ce46a238cd3a424fb30a054f9e9.zip
New version
Diffstat (limited to 'dev-perl/libxml-perl/libxml-perl-0.08.ebuild')
-rw-r--r--dev-perl/libxml-perl/libxml-perl-0.08.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/libxml-perl/libxml-perl-0.08.ebuild b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild
new file mode 100644
index 000000000000..f0ce638c0623
--- /dev/null
+++ b/dev-perl/libxml-perl/libxml-perl-0.08.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.08.ebuild,v 1.1 2005/01/04 15:22:38 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Collection of Perl modules for working with XML"
+SRC_URI="mirror://cpan/modules/by-module/XML/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/modules/by-module/XML/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~ia64"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=dev-perl/XML-Parser-2.29"