diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-09 17:14:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-09 17:14:33 +0000 |
commit | 55a39bdd0477b99bff711d95f5b330b39dd441d8 (patch) | |
tree | 8c91ede3ebc9bdc5d4853362bd58cc6e76a172de /net/p5-Net-FTPSSL | |
parent | 39039e8827a0fe65a84b23f908ed1ca3a9bd12bb (diff) | |
download | pkgsrc-55a39bdd0477b99bff711d95f5b330b39dd441d8.tar.gz |
Import p5-Net-FTPSSL from pkgsrc-wip. Packaged by dieter roelants.
Net::FTPSSL is an object oriented Perl module which implements a
simple FTP client over a Secure Shell Layer (SSL) connection written
following the directives described in RFC959 and RFC2228.
Diffstat (limited to 'net/p5-Net-FTPSSL')
-rw-r--r-- | net/p5-Net-FTPSSL/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Net-FTPSSL/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-FTPSSL/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-FTPSSL/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-Net-FTPSSL/DESCR b/net/p5-Net-FTPSSL/DESCR new file mode 100644 index 00000000000..6a1d0b76e74 --- /dev/null +++ b/net/p5-Net-FTPSSL/DESCR @@ -0,0 +1,3 @@ +Net::FTPSSL is an object oriented Perl module which implements a +simple FTP client over a Secure Shell Layer (SSL) connection written +following the directives described in RFC959 and RFC2228. diff --git a/net/p5-Net-FTPSSL/Makefile b/net/p5-Net-FTPSSL/Makefile new file mode 100644 index 00000000000..a1d05b27162 --- /dev/null +++ b/net/p5-Net-FTPSSL/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 17:14:33 minskim Exp $ +# + +DISTNAME= Net-FTPSSL-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= dieter.NetBSD@pandora.be +HOMEPAGE= http://developer.berlios.de/projects/net-ftpssl/ +COMMENT= Perl FTP over SSL/TLS class + +DEPENDS+= p5-IO-Socket-SSL>=0.96:../../security/p5-IO-Socket-SSL + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Net/FTPSSL/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-FTPSSL/PLIST b/net/p5-Net-FTPSSL/PLIST new file mode 100644 index 00000000000..d9d83eeec1a --- /dev/null +++ b/net/p5-Net-FTPSSL/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/09 17:14:33 minskim Exp $ diff --git a/net/p5-Net-FTPSSL/distinfo b/net/p5-Net-FTPSSL/distinfo new file mode 100644 index 00000000000..e48932a7319 --- /dev/null +++ b/net/p5-Net-FTPSSL/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/09 17:14:33 minskim Exp $ + +SHA1 (Net-FTPSSL-0.04.tar.gz) = db7df61f0b3a89043455f450aa8aa1df169754fd +RMD160 (Net-FTPSSL-0.04.tar.gz) = aacf56b92ed3a53246f4e2c873a51cfb990bb82e +Size (Net-FTPSSL-0.04.tar.gz) = 7787 bytes |