diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-12-02 13:55:59 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-12-02 13:55:59 +0000 |
commit | ddc17280cb12672c9d81d7f1e46a8d664d29c62f (patch) | |
tree | 383c60d77b560dcf2f1d1c3aa86d67fb9c4d1d59 /ftp | |
parent | 525c5faddbb212d9e24ab400663c7bee17651bb0 (diff) | |
download | ports-ddc17280cb12672c9d81d7f1e46a8d664d29c62f.tar.gz ports-ddc17280cb12672c9d81d7f1e46a8d664d29c62f.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/p5-Net-FTPSSL/Makefile | 25 | ||||
-rw-r--r-- | ftp/p5-Net-FTPSSL/distinfo | 2 | ||||
-rw-r--r-- | ftp/p5-Net-FTPSSL/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/p5-Net-FTPSSL/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 09f0ae73af2e..5efb41e67261 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -74,6 +74,7 @@ SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive + SUBDIR += p5-Net-FTPSSL SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += paraget diff --git a/ftp/p5-Net-FTPSSL/Makefile b/ftp/p5-Net-FTPSSL/Makefile new file mode 100644 index 000000000000..2591291832b3 --- /dev/null +++ b/ftp/p5-Net-FTPSSL/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Net-FTPSSL +# Date created: 1st Dec, 2010 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-FTPSSL +PORTVERSION= 0.16 +CATEGORIES= ftp perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= A FTP over SSL/TLS class + +BUILD_DEPENDS= p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::FTPSSL.3 + +.include <bsd.port.mk> diff --git a/ftp/p5-Net-FTPSSL/distinfo b/ftp/p5-Net-FTPSSL/distinfo new file mode 100644 index 000000000000..49c4ad472552 --- /dev/null +++ b/ftp/p5-Net-FTPSSL/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-FTPSSL-0.16.tar.gz) = dbcc518e4872bc26cf9b9dd271a9750bbf31b6fcb7128616663398cdf473c8a8 +SIZE (Net-FTPSSL-0.16.tar.gz) = 46111 diff --git a/ftp/p5-Net-FTPSSL/pkg-descr b/ftp/p5-Net-FTPSSL/pkg-descr new file mode 100644 index 000000000000..6556ccc90db4 --- /dev/null +++ b/ftp/p5-Net-FTPSSL/pkg-descr @@ -0,0 +1,5 @@ +Net::FTPSSL is a class implementing a simple FTP client over a Secure +Sockets Layer (SSL) or Transport Layer Security (TLS) connection written +in Perl as described in RFC959 and RFC2228. It will use TLS by default. + +WWW: http://search.cpan.org/dist/Net-FTPSSL/ diff --git a/ftp/p5-Net-FTPSSL/pkg-plist b/ftp/p5-Net-FTPSSL/pkg-plist new file mode 100644 index 000000000000..5ac32e03804e --- /dev/null +++ b/ftp/p5-Net-FTPSSL/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/FTPSSL.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPSSL/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTPSSL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net |