From 0c536989e711628eda1ff1b0c18e862545f5f8a0 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Sat, 4 Nov 2000 12:54:31 +0000 Subject: Modified to work with the new perl package --- dev-perl/SOAP/SOAP-0.25.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-perl/SOAP') diff --git a/dev-perl/SOAP/SOAP-0.25.ebuild b/dev-perl/SOAP/SOAP-0.25.ebuild index bfad7818780f..c8c167b6e1a3 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 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=SOAP-0.25 A=${P}.tar.gz @@ -13,12 +13,13 @@ 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" + >=dev-perl/XML-Parser-2.29 + >=dev-perl/mod_perl-1.24" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make # try make test @@ -27,8 +28,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes README MANIFEST } -- cgit v1.2.3-65-gdbad