bd794b5869
methods for both clients and servers. The connections don't use HTTP or any other higher-level protocol. These classes are selected when the client or server object being created uses an endpoint URI that starts with tcp://. Both client and server classes support using Secure Socket Layer if it is available. If any of the parameters to a new method from either of the classes begins with SSL_ (such as SSL_server in place of Server), the class attempts to load the IO::Socket::SSL package and use it to create socket objects. WWW: http://search.cpan.org/dist/SOAP-Transport-TCP/
25 lines
529 B
Makefile
25 lines
529 B
Makefile
# New ports collection makefile for: SOAP::Transport::TCP
|
|
# Date created: 2011-09-09
|
|
# Whom: Andrej Zverev <az@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SOAP-Transport-TCP
|
|
PORTVERSION= 0.715
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MKUTTER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= TCP Transport Support for SOAP::Lite
|
|
|
|
RUN_DEPENDS= p5-SOAP-Lite>=0.714:${PORTSDIR}/net/p5-SOAP-Lite
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= SOAP::Transport::TCP.3
|
|
|
|
.include <bsd.port.mk>
|