# $Id: Portfile,v 1.5 2004/02/02 23:51:45 mww Exp $ PortSystem 1.0 name py-openssl version 0.5.1 categories python devel security maintainers mww@opendarwin.org platforms darwin freebsd description python wrapper around the OpenSSL library long_description This python module is a rather thin wrapper around (a \ subset of) the OpenSSL library. With thin wrapper a lot of the \ object methods do nothing more than calling a corresponding \ function in the OpenSSL library. homepage http://pyopenssl.sourceforge.net/ master_sites sourceforge:pyopenssl distname pyOpenSSL-${version} checksums md5 4b27570a24eb21664e8c033394496a0e depends_lib bin:python:python \ lib:openssl:openssl configure { reinplace "s|/sw/|${prefix}/|g" ${worksrcpath}/setup.py } build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL README \ TODO ${destroot}${prefix}/share/doc/${name} }