openbsd-ports/net/p5-Net-FTP-AutoReconnect/Makefile
okan d6c22adcab import p5-Net-FTP-AutoReconnect
Net::FTP::AutoReconnect is a wrapper module around Net::FTP.  For many
commands, if anything goes wrong on the first try, it tries to
disconnect and reconnect to the server, restore the state to the same as
it was when the command was executed, then execute it again.  The state
includes login credentials, authorize credentials, trans- fer mode
(ASCII or binary), current working directory, and any restart, passive,
or port commands sent.

from Girish Venkatachalam

ok merdely@
2008-04-11 22:04:59 +00:00

18 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:04:59 okan Exp $
COMMENT= FTP client class with automatic reconnect on failure
MODULES= cpan
DISTNAME= Net-FTP-AutoReconnect-0.2
CATEGORIES= net
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>