summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-06-16 14:24:10 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-06-16 14:24:10 +0000
commit07c880b292930176e1127cc8ae9245fd583b69fc (patch)
tree139e609c8966f62a08ede8d72cac95990623f8b6 /dev-perl/RPC-XML/RPC-XML-0.53.ebuild
parentCPAN version bump; needs testing; fixed missing dep (diff)
downloadhistorical-07c880b292930176e1127cc8ae9245fd583b69fc.tar.gz
historical-07c880b292930176e1127cc8ae9245fd583b69fc.tar.bz2
historical-07c880b292930176e1127cc8ae9245fd583b69fc.zip
CPAN version bump; needs testing; fixed missing dep
Diffstat (limited to 'dev-perl/RPC-XML/RPC-XML-0.53.ebuild')
-rw-r--r--dev-perl/RPC-XML/RPC-XML-0.53.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/RPC-XML/RPC-XML-0.53.ebuild b/dev-perl/RPC-XML/RPC-XML-0.53.ebuild
new file mode 100644
index 000000000000..a7c272da39b9
--- /dev/null
+++ b/dev-perl/RPC-XML/RPC-XML-0.53.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.53.ebuild,v 1.1 2003/06/16 14:22:29 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat."
+SRC_URI="http://cpan.valueclick.com/modules/by-module/RPC/${P}.tar.gz"
+HOMEPAGE="http://cpan.valueclick.com/modules/by-module/RPC/${PN}.${PV}.readme"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="${DEPEND}
+ dev-perl/libwww-perl
+ dev-perl/XML-Parser
+ dev-perl/mod_perl"