ac62408390
Net::FTP::AutoReconnect is a Perl5 module providing a FTP client class with automatic reconnect on failure. WWW: http://search.cpan.org/dist/Net-FTP-AutoReconnect/ PR: ports/152125 Submitted by: Jase Thew <freebsd@beardz.net>
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# New ports collection makefile for: Net-FTP-AutoReconnect
|
|
# Date created: 2010-11-10
|
|
# Whom: Jase Thew <freebsd@beardz.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-FTP-AutoReconnect
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= net devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= freebsd@beardz.net
|
|
COMMENT= A Perl5 FTP client class with automatic reconnect on failure
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::FTP::AutoReconnect.3
|
|
|
|
.include <bsd.port.mk>
|