mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Add p5-SOAP-Transport-FTP 0.711
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/
This commit is contained in:
parent
b44c4436ff
commit
9eba8f55ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280193
@ -69,6 +69,7 @@
|
||||
SUBDIR += p5-Net-FTPSSL
|
||||
SUBDIR += p5-Net-FTPServer
|
||||
SUBDIR += p5-POE-Component-Client-FTP
|
||||
SUBDIR += p5-SOAP-Transport-FTP
|
||||
SUBDIR += paraget
|
||||
SUBDIR += pavuk
|
||||
SUBDIR += pear-Net_FTP
|
||||
|
30
ftp/p5-SOAP-Transport-FTP/Makefile
Normal file
30
ftp/p5-SOAP-Transport-FTP/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-SOAP-Transport-FTP
|
||||
# Date created: 2011-08-20
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SOAP-Transport-FTP
|
||||
PORTVERSION= 0.711
|
||||
CATEGORIES= ftp net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= FTP Client support for SOAP::Lite
|
||||
|
||||
BUILD_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
RUN_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SOAP::Transport::FTP.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501200
|
||||
BUILD_DEPENDS+= p5-Module-Build>=0.3600:${PORTSDIR}/devel/p5-Module-Build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
ftp/p5-SOAP-Transport-FTP/distinfo
Normal file
2
ftp/p5-SOAP-Transport-FTP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (SOAP-Transport-FTP-0.711.tar.gz) = 3dfdece26a6e39b75e4ac99e5baec70a614b3374084edab78513ddac2017f40a
|
||||
SIZE (SOAP-Transport-FTP-0.711.tar.gz) = 34878
|
6
ftp/p5-SOAP-Transport-FTP/pkg-descr
Normal file
6
ftp/p5-SOAP-Transport-FTP/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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/
|
7
ftp/p5-SOAP-Transport-FTP/pkg-plist
Normal file
7
ftp/p5-SOAP-Transport-FTP/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/SOAP/Transport/FTP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/FTP/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/FTP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/SOAP/Transport
|
||||
@dirrmtry %%SITE_PERL%%/SOAP
|
Loading…
Reference in New Issue
Block a user