- 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
The SOAP::Transport::FTP module is automatically loaded by the SOAP::Transport
portion of the client structure. It is brought in when an endpoint is specified
via the proxy method that starts with the characters, ftp://. This module
provides only a client class.
WWW: http://search.cpan.org/dist/SOAP-Transport-FTP/