diff options
author | Yuval Yaari <yuval@gentoo.org> | 2007-08-19 16:18:44 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2007-08-19 16:18:44 +0000 |
commit | 5967ac00fc4f6839b4b5abd16ca050bad0a3271c (patch) | |
tree | 8eaf52eb68b1d68cb2b8793d24bc8e2490d407f0 /dev-perl/XML-Simple/XML-Simple-2.18.ebuild | |
parent | Version bump (diff) | |
download | historical-5967ac00fc4f6839b4b5abd16ca050bad0a3271c.tar.gz historical-5967ac00fc4f6839b4b5abd16ca050bad0a3271c.tar.bz2 historical-5967ac00fc4f6839b4b5abd16ca050bad0a3271c.zip |
Version bump
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/XML-Simple/XML-Simple-2.18.ebuild')
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.18.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/XML-Simple/XML-Simple-2.18.ebuild b/dev-perl/XML-Simple/XML-Simple-2.18.ebuild new file mode 100644 index 000000000000..bbd1fee26e51 --- /dev/null +++ b/dev-perl/XML-Simple/XML-Simple-2.18.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 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.18.ebuild,v 1.1 2007/08/19 16:18:43 yuval Exp $ + +inherit perl-module + +DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)" +HOMEPAGE="http://search.cpan.org/~grantm/" +SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-Storable + dev-perl/XML-SAX + dev-perl/XML-LibXML + >=dev-perl/XML-NamespaceSupport-1.04 + >=dev-perl/XML-Parser-2.30 + dev-lang/perl + >=virtual/perl-Test-Simple-0.41" + +SRC_TEST="do" |