diff options
Diffstat (limited to 'dev-perl/RPC-XML/RPC-XML-0.40.ebuild')
-rw-r--r-- | dev-perl/RPC-XML/RPC-XML-0.40.ebuild | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/dev-perl/RPC-XML/RPC-XML-0.40.ebuild b/dev-perl/RPC-XML/RPC-XML-0.40.ebuild index a1bf9a4a80a6..8eed7867c4f4 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.40.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.40.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.40.ebuild,v 1.1 2002/05/20 10:19:50 seemant Exp $ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RPC-XML/RPC-XML-0.40.ebuild,v 1.1.1.1 2005/11/30 09:53:15 chriswhite Exp $ -. /usr/portage/eclass/inherit.eclass || die 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" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJRAY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rjray/${P}/" -DEPEND="${DEPEND} dev-perl/XML-Parser dev-perl/mod_perl" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" + +DEPEND="${DEPEND} + dev-perl/XML-Parser + www-apache/mod_perl" |