# -*- 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 PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup LudovicRousseau PyKCS11 1.5.10 name py-kcs11 revision 0 license GPL-2+ maintainers nomaintainer description PKCS11 wrapper for Python long_description PyKCS11 let you access to almost all PKCS#11 functions and data types \ using any PKCS#11 library, such as the various modules supplied by \ smartcard vendors. checksums rmd160 05cf49e68caaa2ab43049d3f6757347427edd7c1 \ sha256 b09cf6609231061f52bc888237c06353875d84ee9ff407a4ad6e987aad99b8b5 \ size 77133 patchfiles patch-setup.py-no-usr-local.diff python.versions 38 if {${name} ne ${subport}} { depends_build-append \ port:swig-python post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md COPYING \ ${destroot}${docdir} } }