- Add p5-Net-uFTP 0.16

NET::uFTP is a Perl5 module providing a universal interface for FTP-like
modules (FTP, SFTP, SCP), in most cases Net::FTP compatible.

WWW: http://search.cpan.org/dist/Net-uFTP/

PR:		ports/152126
Submitted by:	Jase Thew <freebsd@beardz.net>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-11-13 13:40:40 +00:00
parent 887f7e2222
commit 93c5103c48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264480
5 changed files with 43 additions and 0 deletions

View File

@ -668,6 +668,7 @@
SUBDIR += p5-Net-Z3950-SimpleServer
SUBDIR += p5-Net-Z3950-ZOOM
SUBDIR += p5-Net-ext
SUBDIR += p5-Net-uFTP
SUBDIR += p5-NetAddr-IP-Count
SUBDIR += p5-NetPacket
SUBDIR += p5-OAI-Harvester

28
net/p5-Net-uFTP/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: Net-uFTP
# Date created: 2010-11-10
# Whom: Jase Thew <freebsd@beardz.net>
#
# $FreeBSD$
#
PORTNAME= Net-uFTP
PORTVERSION= 0.16
CATEGORIES= net devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd@beardz.net
COMMENT= A universal interface for FTP-like modules (FTP, SFTP, SCP)
BUILD_DEPENDS= p5-Class-Accessor-Fast-XS>=0:${PORTSDIR}/devel/p5-Class-Accessor-Fast-XS \
p5-File-Stat-ModeString>=0:${PORTSDIR}/sysutils/p5-File-Stat-ModeString \
p5-Net-FTP-AutoReconnect>=0:${PORTSDIR}/net/p5-Net-FTP-AutoReconnect \
p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::uFTP.3
.include <bsd.port.mk>

2
net/p5-Net-uFTP/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Net-uFTP-0.16.tar.gz) = a93b1a8df37b21badb035b957f8f793dd7203f99eef12535ae4daaaaa701254a
SIZE (Net-uFTP-0.16.tar.gz) = 11063

View File

@ -0,0 +1,4 @@
NET::uFTP is a Perl5 module providing a universal interface for FTP-like
modules (FTP, SFTP, SCP), in most cases Net::FTP compatible.
WWW: http://search.cpan.org/dist/Net-uFTP/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Net/uFTP.pm
%%SITE_PERL%%/Net/uFTP/FTP.pm
%%SITE_PERL%%/Net/uFTP/SFTP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/uFTP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/uFTP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/Net/uFTP
@dirrmtry %%SITE_PERL%%/Net