# New ports collection makefile for:	p5-SOAP-WSDL
# Date created:		28 Feb, 2008
# Whom:			Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/devel/p5-SOAP-WSDL/Makefile,v 1.2 2009/07/09 18:55:31 pgollucci Exp $
#

PORTNAME=	SOAP-WSDL
PORTVERSION=	2.00.10
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wenheping@gmail.com
COMMENT=	Perl module for SOAP with WSDL support

RUN_DEPENDS=	${SITE_PERL}/Class/Std/Fast.pm:${PORTSDIR}/devel/p5-Class-Std-Fast \
		p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long \
		p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate \
		p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \
		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
		p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple \
		p5-XML-Parser>=2.36:${PORTSDIR}/textproc/p5-XML-Parser \
		${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools \
		${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww\
		p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
		p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey
BUILD_DEPENDS=	${SITE_PERL}/Class/Std/Fast.pm:${PORTSDIR}/devel/p5-Class-Std-Fast \
		p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long \
		p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate \
		p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \
		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
		p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple \
		p5-XML-Parser>=2.36:${PORTSDIR}/textproc/p5-XML-Parser \
		${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools \
		${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww

PERL_MODBUILD=	YES

MAN1=		wsdl2perl.pl.1
MAN3=		SOAP::WSDL.3 \
		SOAP::WSDL::Client.3 \
		SOAP::WSDL::Client::Base.3 \
		SOAP::WSDL::Definitions.3 \
		SOAP::WSDL::Deserializer::Hash.3 \
		SOAP::WSDL::Deserializer::SOM.3 \
		SOAP::WSDL::Deserializer::XSD.3 \
		SOAP::WSDL::Expat::Base.3 \
		SOAP::WSDL::Expat::Message2Hash.3 \
		SOAP::WSDL::Expat::MessageParser.3 \
		SOAP::WSDL::Expat::MessageStreamParser.3 \
		SOAP::WSDL::Expat::WSDLParser.3 \
		SOAP::WSDL::Factory::Deserializer.3 \
		SOAP::WSDL::Factory::Generator.3 \
		SOAP::WSDL::Factory::Serializer.3 \
		SOAP::WSDL::Factory::Transport.3 \
		SOAP::WSDL::Generator::Iterator::WSDL11.3 \
		SOAP::WSDL::Generator::PrefixResolver.3 \
		SOAP::WSDL::Generator::Template.3 \
		SOAP::WSDL::Generator::Template::Plugin::XSD.3 \
		SOAP::WSDL::Generator::Template::XSD.3 \
		SOAP::WSDL::Generator::Template::XSD::complexType.tt.3 \
		SOAP::WSDL::Generator::Template::XSD::complexType::POD::attributeSet.tt.3 \
		SOAP::WSDL::Generator::Template::XSD::element.tt.3 \
		SOAP::WSDL::Generator::Visitor.3 \
		SOAP::WSDL::Generator::Visitor::Typemap.3 \
		SOAP::WSDL::Manual.3 \
		SOAP::WSDL::Manual::CodeFirst.3 \
		SOAP::WSDL::Manual::Cookbook.3 \
		SOAP::WSDL::Manual::Deserializer.3 \
		SOAP::WSDL::Manual::FAQ.3 \
		SOAP::WSDL::Manual::Glossary.3 \
		SOAP::WSDL::Manual::Parser.3 \
		SOAP::WSDL::Manual::Serializer.3 \
		SOAP::WSDL::Manual::WS_I.3 \
		SOAP::WSDL::Manual::XSD.3 \
		SOAP::WSDL::SOAP::Typelib::Fault11.3 \
		SOAP::WSDL::Serializer::XSD.3 \
		SOAP::WSDL::Server.3 \
		SOAP::WSDL::Server::CGI.3 \
		SOAP::WSDL::Server::Mod_Perl2.3 \
		SOAP::WSDL::Server::Simple.3 \
		SOAP::WSDL::Transport::HTTP.3 \
		SOAP::WSDL::Transport::Loopback.3 \
		SOAP::WSDL::Transport::Test.3 \
		SOAP::WSDL::XSD::Schema::Builtin.3 \
		SOAP::WSDL::XSD::Typelib::Builtin.3 \
		SOAP::WSDL::XSD::Typelib::Builtin::list.3 \
		SOAP::WSDL::XSD::Typelib::ComplexType.3 \
		SOAP::WSDL::XSD::Typelib::Element.3 \
		SOAP::WSDL::XSD::Typelib::SimpleType.3

.include <bsd.port.mk>
