# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Leon Brocard # $Id$ # Inherit the perl-module.eclass functions inherit perl-module MY_P=${PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl SOAP::Lite Module" SRC_URI="http://www.cpan.org/modules/by-module/SOAP/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" DEPEND="${DEPEND} >=dev-perl/XML-Parser-2.31 >=dev-perl/MIME-Base64-2.12 >=dev-perl/MIME-Lite-2.117 >=dev-perl/URI-1.18 >=dev-perl/libwww-perl-5.64 " src_compile() { perl Makefile.PL --noprompt try make try make test }