34 lines
570 B
Bash
34 lines
570 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR="MKUTTER"
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="SOAP with WSDL support"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
dev-perl/TimeDate
|
|
dev-perl/TermReadKey
|
|
dev-perl/XML-Parser
|
|
dev-perl/URI
|
|
>=dev-perl/Class-Std-Fast-0.0.8
|
|
dev-perl/Template-Toolkit
|
|
dev-perl/libwww-perl
|
|
"
|
|
|
|
DEPEND="${RDEPEND}
|
|
test? (
|
|
virtual/perl-Test-Simple
|
|
virtual/perl-Getopt-Long
|
|
virtual/perl-Storable
|
|
)
|
|
dev-perl/Module-Build"
|
|
|
|
SRC_TEST="do"
|