summaryrefslogtreecommitdiff
path: root/net/p5-Net-FTPSSL/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-04-09 17:14:33 +0000
committerminskim <minskim@pkgsrc.org>2006-04-09 17:14:33 +0000
commite4320018a71467bdc905620bad4959f7f324b979 (patch)
tree8c91ede3ebc9bdc5d4853362bd58cc6e76a172de /net/p5-Net-FTPSSL/Makefile
parent7ca769f46b3d6bd54e020363471f762803ba3a08 (diff)
downloadpkgsrc-e4320018a71467bdc905620bad4959f7f324b979.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/Makefile')
-rw-r--r--net/p5-Net-FTPSSL/Makefile21
1 files changed, 21 insertions, 0 deletions
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"