diff --git a/net/p5-Net-FTP-Recursive/Makefile b/net/p5-Net-FTP-Recursive/Makefile new file mode 100644 index 00000000000..d3d67b9d146 --- /dev/null +++ b/net/p5-Net-FTP-Recursive/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/12/16 16:57:35 steven Exp $ + +COMMENT= "recursive FTP client module" + +DISTNAME= Net-FTP-Recursive-2.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 + +MAINTAINER= Sam Smith + +# Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +CONFIGURE_STYLE=perl + +PKG_ARCH= * + +EXAMPLE_DIR=${PREFIX}/share/examples/p5-Net-FTP-Recursive + +post-install: + ${INSTALL_DATA_DIR} ${EXAMPLE_DIR} + ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLE_DIR} + +.include diff --git a/net/p5-Net-FTP-Recursive/distinfo b/net/p5-Net-FTP-Recursive/distinfo new file mode 100644 index 00000000000..dd140dfcf3f --- /dev/null +++ b/net/p5-Net-FTP-Recursive/distinfo @@ -0,0 +1,4 @@ +MD5 (Net-FTP-Recursive-2.00.tar.gz) = 57d213e591a022f8d347cff76e159bde +RMD160 (Net-FTP-Recursive-2.00.tar.gz) = ed92bc1cdfbd27ca40b2419b058bf8db4a33581b +SHA1 (Net-FTP-Recursive-2.00.tar.gz) = 9dd23aee554cbb02145f2c7c3758f2f8dfd9641e +SIZE (Net-FTP-Recursive-2.00.tar.gz) = 14404 diff --git a/net/p5-Net-FTP-Recursive/pkg/DESCR b/net/p5-Net-FTP-Recursive/pkg/DESCR new file mode 100644 index 00000000000..dc50f85579d --- /dev/null +++ b/net/p5-Net-FTP-Recursive/pkg/DESCR @@ -0,0 +1,3 @@ +Net::FTP::Recursive is a class built on top of the Net::FTP +package that implements recursive get and put methods for +the retrieval and sending of entire directory structures. diff --git a/net/p5-Net-FTP-Recursive/pkg/PLIST b/net/p5-Net-FTP-Recursive/pkg/PLIST new file mode 100644 index 00000000000..dc4f40faa45 --- /dev/null +++ b/net/p5-Net-FTP-Recursive/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/16 16:57:35 steven Exp $ +${P5SITE}/Net/ +${P5SITE}/Net/FTP/ +${P5SITE}/Net/FTP/Recursive.pm +@man man/man3p/Net::FTP::Recursive.3p +share/examples/p5-Net-FTP-Recursive/ +share/examples/p5-Net-FTP-Recursive/rdelete +share/examples/p5-Net-FTP-Recursive/rdir +share/examples/p5-Net-FTP-Recursive/rget +share/examples/p5-Net-FTP-Recursive/rput