SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
net/p5-Net-FTP-Recursive/Makefile
Normal file
17
net/p5-Net-FTP-Recursive/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= recursive FTP client module
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Net-FTP-Recursive-2.04
|
||||
CATEGORIES= net
|
||||
REVISION = 1
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/Net-FTP-Recursive
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EXAMPLES_DIST= samples
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-FTP-Recursive/distinfo
Normal file
2
net/p5-Net-FTP-Recursive/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-FTP-Recursive-2.04.tar.gz) = Q0wtuNV1tuJJJoD7NBFJvgtN7XEN7N31khjgm3RiQOM=
|
||||
SIZE (Net-FTP-Recursive-2.04.tar.gz) = 15599
|
3
net/p5-Net-FTP-Recursive/pkg/DESCR
Normal file
3
net/p5-Net-FTP-Recursive/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Net::FTP::Recursive is a class built on top of the Net::FTP
|
||||
package that implements recursive get and put methods for
|
||||
the retrieval and sending of entire directory structures.
|
9
net/p5-Net-FTP-Recursive/pkg/PLIST
Normal file
9
net/p5-Net-FTP-Recursive/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5SITE}/Net/
|
||||
${P5SITE}/Net/FTP/
|
||||
${P5SITE}/Net/FTP/Recursive.pm
|
||||
@man man/man3p/Net::FTP::Recursive.3p
|
||||
share/examples/p5-Net-FTP-Recursive/
|
||||
share/examples/p5-Net-FTP-Recursive/rdelete
|
||||
share/examples/p5-Net-FTP-Recursive/rdir
|
||||
share/examples/p5-Net-FTP-Recursive/rget
|
||||
share/examples/p5-Net-FTP-Recursive/rput
|
Loading…
Add table
Add a link
Reference in a new issue