1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup Net-FTPServer 1.122 |
---|
7 | maintainers nomaintainer |
---|
8 | description A secure, extensible and configurable Perl FTP server |
---|
9 | long_description Net::FTPServer is a secure, extensible and configurable \ |
---|
10 | FTP server written in Perl. Current features include: \ |
---|
11 | * Authenticated FTP access. \ |
---|
12 | * Anonymous FTP access. \ |
---|
13 | * Complete implementation of current RFCs. \ |
---|
14 | * ASCII or binary type file transfers. \ |
---|
15 | * Active or passive mode file transfers. \ |
---|
16 | * Run standalone or from inetd(8). \ |
---|
17 | * Security features: chroot, resource limits, tainting, protection against buffer overflows. \ |
---|
18 | * IP-based and/or IP-less virtual hosts. \ |
---|
19 | * Complete access control system. \ |
---|
20 | * Anonymous read-only FTP personality. \ |
---|
21 | * Virtual filesystem allows files to be served from a database. \ |
---|
22 | * Directory aliases and CDPATH support. \ |
---|
23 | * Extensible command set. \ |
---|
24 | * Generate archives on the fly. \ |
---|
25 | homepage http://search.cpan.org/dist/Net-FTPServer/ |
---|
26 | distname Net-FTPServer-${version} |
---|
27 | checksums md5 03413e192528959775529957fdaf145b \ |
---|
28 | sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \ |
---|
29 | rmd160 0987a35546df7acc322ef1ba1653aec9af203c92 |
---|
30 | platforms darwin |
---|
31 | |
---|
32 | # Depends on these Perl modules |
---|
33 | depends_lib-append \ |
---|
34 | port:p5-bsd-resource \ |
---|
35 | port:p5-io-stringy |
---|