summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.14.ebuild')
-rw-r--r--dev-perl/XML-Simple/XML-Simple-2.14.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.14.ebuild b/dev-perl/XML-Simple/XML-Simple-2.14.ebuild
new file mode 100644
index 000000000000..71a1e5f0e9f2
--- /dev/null
+++ b/dev-perl/XML-Simple/XML-Simple-2.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.14.ebuild,v 1.1 2005/04/27 16:15:44 mcummings Exp $
+
+inherit perl-module
+
+IUSE=""
+DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
+SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme"
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~ppc64"
+
+SRC_TEST="do"
+
+DEPEND="${DEPEND}
+ dev-perl/Storable
+ dev-perl/XML-SAX
+ >=dev-perl/XML-NamespaceSupport-1.04
+ >=dev-perl/XML-Parser-2.30"