# -*- 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 name py-ezpycrypto version 0.1.1 revision 1 categories-append security platforms darwin supported_archs noarch license GPL maintainers nomaintainer description high-level encryption python module building upon py-crypto long_description ezPyCrypto is a high-level encryption library for \ Python that makes your job of securing data easy and \ effortless. As a reaction to some other crypto \ libraries, which can be painfully complex to \ understand and use, ezPyCrypto has been designed from \ the ground up for absolute ease of use, without \ compromising security. homepage http://freenet.mcnabhosting.com/python/ezPyCrypto/ master_sites ${homepage} distname ezPyCrypto-${version} checksums md5 6e30f9e6a16aca849431568e1a5b0ee1 python.versions 27 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-crypto test.run yes test.cmd ${python.bin} test.env PYTHONPATH=${worksrcpath}/build/lib test.target example?.py post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README \ ${destroot}${prefix}/share/doc/${subport} xinstall -m 644 {*}[glob ${worksrcpath}/example\[1-8\].py] \ ${destroot}${prefix}/share/doc/${subport}/examples } }