# $Id: Portfile,v 1.3 2004/12/28 07:09:29 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-pow version 0.7 revision 1 categories python security platforms darwin maintainers mww@opendarwin.org description Python OpenSSL Wrappers is an interface to the openssl library long_description Python OpenSSL Wrappers(POW), a Python wrapper for \ OpenSSL. X590v3 and CRL encoding is now also support \ is now via a pure Python module, which will include \ support for PKCS in the near future. homepage http://www.sourceforge.net/projects/pow master_sites sourceforge:pow distname POW-${version} checksums md5 e2d83a9f564cfd0ea1e1aa6488a05247 depends_lib-append lib:libssl:openssl pre-test { system "cd ${worksrcpath} && ln -s build/lib*/POW" } test.run no test.cmd ${python.bin} test/test.py test.target post-destroot { xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} }