freebsd-ports/net/p5-XML-Compile-SOAP-WSA/Makefile
Wen Heping 585efffeb0 The Web Service Addressing protocol is used to select certain service
and port on a SOAP server, just like the "Host" header in "HTTP".

The basic SOAP design uses the URI and the "soapAction" header of HTTP
(in case it uses HTTP, by far the most often used transport mechanism)
However, when the server is hidden behind firewalls and proxies, these
fields are rewritten or replaced.  This means that the definitions by
the WSDL for the client can differ from the configuration of the

WWW: http://search.cpan.org/dist/XML-Compile-SOAP-WSA/

PR:		ports/152657
Submitted by:	Patrick Powell <papowell@astart.com>
2010-12-27 06:33:26 +00:00

30 lines
863 B
Makefile

# New ports collection makefile for: net/p5-XML-Compile-SOAP-WSA
# Date created: 23 Nov 2010
# Whom: Patrick Powell <papowell@astart.com>
#
# $FreeBSD$
#
PORTNAME= XML-Compile-SOAP-WSA
PORTVERSION= 0.12
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= papowell@astart.com
COMMENT= SOAP message messages with WSA fields
BUILD_DEPENDS= p5-Net-Server>=0.97:${PORTSDIR}/net/p5-Net-Server \
p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww \
p5-Log-Report>=0.22:${PORTSDIR}/devel/p5-Log-Report \
p5-XML-Compile-SOAP>=2.10:${PORTSDIR}/net/p5-XML-Compile-SOAP \
p5-XML-Compile>=1.01:${PORTSDIR}/textproc/p5-XML-Compile \
p5-XML-Compile-Cache>=0.91:${PORTSDIR}/textproc/p5-XML-Compile-Cache
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Compile::SOAP::WSA.3 \
XML::Compile::SOAP::WSA::Util.3
.include <bsd.port.mk>