summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-27 16:25:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-27 16:25:52 +0000
commit08fddb931ba1572ab78959c046141da7155b7ebe (patch)
tree9bf20fb01e97d3aafa3495216d66e26dc748b16b /dev-perl/XML-Simple/XML-Simple-2.14.ebuild
parentcleaning (diff)
downloadhistorical-08fddb931ba1572ab78959c046141da7155b7ebe.tar.gz
historical-08fddb931ba1572ab78959c046141da7155b7ebe.tar.bz2
historical-08fddb931ba1572ab78959c046141da7155b7ebe.zip
Cleaning
Package-Manager: portage-2.0.51.20-r4
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"