# $Id: Portfile 58334 2009-09-26 21:16:02Z blb@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-keyczar
version             0.6b
revision            1
categories-append   devel crypto
maintainers         nomaintainer
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            python-keyczar-06b
worksrcdir          Keyczar-Python

checksums           md5     bb778ab2ceae236e0819d8c8e75323f7 \
                    sha1    1cec05d46fc46f54c765d292a760d35ac0969484 \
                    rmd160  9180e43449f7be2f2fd5e48aa91b2f0d60d811c9

depends_lib-append  port:py25-crypto port:py25-asn1 port:py25-simplejson

patchfiles          patch-setup.py.diff

livecheck.type      regex
livecheck.url       http://code.google.com/p/keyczar/downloads/list
livecheck.regex     {Keyczar ([a-z0-9.]+) Python}

