# $Id: Portfile,v 1.1 2003/11/27 20:25:46 mww Exp $ PortSystem 1.0 name py-crypto version 1.9a6 categories python platforms darwin freebsd maintainers mww@opendarwin.org description collection of cryptographic algorithms and protocols for python long_description collection of cryptographic algorithms and protocols, \ implemented for use from python. Among are MD2, MD4, \ RIPEMD, AES, ARC2, Blowfish, CAST, DES, Triple-DES, \ IDEA, RC5, ARC4, simple XOR, RSA, DSA, ElGamal, qNEW. homepage http://www.amk.ca/python/code/crypto.html master_sites http://www.amk.ca/files/python/crypto/ distname pycrypto-${version} checksums md5 cdcebdfd63e74754f57b9e9b0db4ea20 depends_lib bin:python:python use_configure no build.cmd python setup.py build.target build test.run yes test.cmd python test.py test.target destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { file mkdir ${destroot}${prefix}/share/doc/ file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/ACKS ${worksrcpath}/ChangeLog \ ${worksrcpath}/LICENSE ${worksrcpath}/MANIFEST \ ${worksrcpath}/PKG-INFO ${worksrcpath}/README \ ${worksrcpath}/TODO ${destroot}${prefix}/share/doc/${name} }