Perl module to provide simplify common usages of Net::FTP.

This commit is contained in:
Jun Kuriyama 2003-05-17 11:58:29 +00:00
parent b19121dfab
commit 36c41e6574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81141
5 changed files with 39 additions and 0 deletions

View file

@ -52,6 +52,7 @@
SUBDIR += ncftpd
SUBDIR += oftpd
SUBDIR += omi
SUBDIR += p5-Net-FTP-Common
SUBDIR += p5-Net-FTPServer
SUBDIR += p5-POE-Component-Client-FTP
SUBDIR += paraget

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Net-FTP-Common
# Date Created: 17 May, 2003
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-FTP-Common
PORTVERSION= 2.28
CATEGORIES= ftp perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TB/TBONE
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to provide simplify common usages of Net::FTP
BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
PERL_CONFIGURE= yes
MAN3= Net::FTP::Common.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Net-FTP-Common-2.28.tar.gz) = 50825a6fa3aab06dbe96d10c7b61201b

View file

@ -0,0 +1,6 @@
This module is intended to make the common uses of Net::FTP a
one-line, no-argument affair. In other words, you have 100%
programming with Net::FTP. With Net::FTP::Common you will have 95%
configuration and 5% programming.
WWW: http://search.cpan.org/dist/Net-FTP-Common/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/TestConfig.pm
%%SITE_PERL%%/Net/FTP/Common.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Common/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Common
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP