# $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $

PortSystem 1.0

name			tlswrap
version			1.02
categories		net security
platforms		darwin
maintainers		nomaintainer
description		TLS/SSL FTP wrapper/proxy
long_description	TLSWrap is a TLS/SSL FTP wrapper/proxy, allowing you to \
				use your favorite FTP client with any TLS/SSL-enabled FTP \
				server.

homepage		http://tlswrap.sunsite.dk/
master_sites	${homepage}
checksums		md5 fa9e503a861a7519a8f485bad77e2cc7

depends_lib		port:openssl

configure.args	--with-ssl=${prefix}

destroot.destdir	prefix=${destroot}${prefix}
