# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 name py-keyczar github.setup google keyczar Python_release_0.715 regexp {([^_]+)$} ${version} version categories-append devel crypto license Apache-2 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. python.versions 27 platforms darwin supported_archs noarch homepage http://www.keyczar.org/ fetch.type git worksrcdir python-keyczar-Python_release_${version} if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools depends_lib-append port:py${python.version}-crypto \ port:py${python.version}-asn1 \ port:py${python.version}-simplejson build.cmd cd python && ${python.bin} setup.py --no-user-cfg destroot.cmd cd python && ${python.bin} setup.py --no-user-cfg livecheck.type none }