Ticket #21598: Portfile

File Portfile, 1.3 KB (added by ddkilzer@…, 15 years ago)

Suggested Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup perl5 1.0
5
6perl5.setup             Net-FTPServer 1.122
7maintainers             nomaintainer
8description             A secure, extensible and configurable Perl FTP server
9long_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. \
25homepage                http://search.cpan.org/dist/Net-FTPServer/
26distname                Net-FTPServer-${version}
27checksums               md5 03413e192528959775529957fdaf145b \
28                                sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \
29                                rmd160 0987a35546df7acc322ef1ba1653aec9af203c92
30platforms               darwin
31
32# Depends on these Perl modules
33depends_lib-append              \
34                                port:p5-bsd-resource \
35                                port:p5-io-stringy