diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 02:17:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 02:17:13 +0000 |
commit | 1efa950931bfd7284036697bf197594d9c2a5641 (patch) | |
tree | 313931df40c80041e6bb575cfc840b996c22bad8 /dev-perl/SOAP | |
parent | fileutils upgrade and portage fix (diff) | |
download | gentoo-2-1efa950931bfd7284036697bf197594d9c2a5641.tar.gz gentoo-2-1efa950931bfd7284036697bf197594d9c2a5641.tar.bz2 gentoo-2-1efa950931bfd7284036697bf197594d9c2a5641.zip |
Added dependencies
Diffstat (limited to 'dev-perl/SOAP')
-rw-r--r-- | dev-perl/SOAP/SOAP-0.25.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/SOAP/SOAP-0.25.ebuild b/dev-perl/SOAP/SOAP-0.25.ebuild index da3eb99d7307..bfad7818780f 100644 --- a/dev-perl/SOAP/SOAP-0.25.ebuild +++ b/dev-perl/SOAP/SOAP-0.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/SOAP/SOAP-0.25.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $ P=SOAP-0.25 A=${P}.tar.gz @@ -10,7 +10,11 @@ DESCRIPTION="A Perl Module for SOAP" SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" - +DEPEND=">=sys-devel/perl-5 + >=dev-perl/HTML-Parser-3.13 + >=dev-perl/URI-1.09 + >=dev-perl/XML-Parser-2.29" + src_compile() { cd ${S} |