- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
SOAP::Transport::JABBER provides a Jabber-based transport backend for
SOAP::Lite.
This class uses the Net::Jabber classes to abstract the Jabber protocol away
from the direct notice of the application. Besides maintaining any needed
objects internally, the package also uses a separate class as a proxy between
communication layers, SOAP::Transport::JABBER::Query. The Jabber support
provides both client and server classes.
WWW: http://search.cpan.org/dist/SOAP-Transport-JABBER/