# $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-keyczar version 0.6b categories-append devel crypto maintainers blb description Easy to use cryptographic toolkit long_description \ Keyczar is an open source cryptographic toolkit designed to make it \ easier and safer for developers to use cryptography in their applications. \ Keyczar supports authentication and encryption with both symmetric and \ asymmetric keys. platforms darwin homepage http://www.keyczar.org/ master_sites http://keyczar.googlecode.com/files/ distname keyczar06b-python use_zip yes worksrcdir Keyczar-Python/src checksums md5 67ba9840ed4e74064e75dfab97805f0d \ sha1 817fb2c284a409e6b1fc7a90bb1ad463195a9241 \ rmd160 267b36896a325583b173d5f12e87a118615808b8 depends_lib-append port:py25-crypto port:py25-asn1 port:py25-simplejson post-extract { file copy ${filespath}/setup.py ${worksrcpath} reinplace "s|@@VERSION@@|${version}|g" ${worksrcpath}/setup.py reinplace "s|@@HOME@@|${homepage}|g" ${worksrcpath}/setup.py reinplace "s|@@DESCRIPTION@@|${description}|g" ${worksrcpath}/setup.py }