mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Add p5-Net-FTP-AutoReconnect 0.3
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>
This commit is contained in:
parent
aba49ab13d
commit
ac62408390
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264437
@ -554,6 +554,7 @@
|
||||
SUBDIR += p5-Net-EPP-Proxy
|
||||
SUBDIR += p5-Net-FS-Flickr
|
||||
SUBDIR += p5-Net-FS-Gmail
|
||||
SUBDIR += p5-Net-FTP-AutoReconnect
|
||||
SUBDIR += p5-Net-FTP-File
|
||||
SUBDIR += p5-Net-Finger
|
||||
SUBDIR += p5-Net-Flow
|
||||
|
21
net/p5-Net-FTP-AutoReconnect/Makefile
Normal file
21
net/p5-Net-FTP-AutoReconnect/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# 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>
|
2
net/p5-Net-FTP-AutoReconnect/distinfo
Normal file
2
net/p5-Net-FTP-AutoReconnect/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-FTP-AutoReconnect-0.3.tar.gz) = ce14e27281417fa7b52f318660ee2b86efd11b18d0de8fb053435e1dd4299d2f
|
||||
SIZE (Net-FTP-AutoReconnect-0.3.tar.gz) = 4024
|
4
net/p5-Net-FTP-AutoReconnect/pkg-descr
Normal file
4
net/p5-Net-FTP-AutoReconnect/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
7
net/p5-Net-FTP-AutoReconnect/pkg-plist
Normal file
7
net/p5-Net-FTP-AutoReconnect/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Net/FTP/AutoReconnect.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/AutoReconnect/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/AutoReconnect
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/FTP
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user