# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Net-FTPServer 1.122
maintainers		nomaintainer
description		A secure, extensible and configurable Perl FTP server
long_description	Net::FTPServer is a secure, extensible and configurable \
					FTP server written in Perl.  Current features include: \
					* Authenticated FTP access. \
					* Anonymous FTP access. \
					* Complete implementation of current RFCs. \
					* ASCII or binary type file transfers. \
					* Active or passive mode file transfers. \
					* Run standalone or from inetd(8). \
					* Security features: chroot, resource limits, tainting, protection against buffer overflows. \
					* IP-based and/or IP-less virtual hosts. \
					* Complete access control system. \
					* Anonymous read-only FTP personality. \
					* Virtual filesystem allows files to be served from a database. \
					* Directory aliases and CDPATH support. \
					* Extensible command set. \
					* Generate archives on the fly.
checksums		md5 03413e192528959775529957fdaf145b \
				sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \
				rmd160 0987a35546df7acc322ef1ba1653aec9af203c92
platforms		darwin

depends_lib-append		\
				port:p5-bsd-resource \
				port:p5-io-stringy

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
