Ticket #42601: Portfile.2

File Portfile.2, 1021 bytes (added by schmurtz_macport@…, 10 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                py-kcs11
8version             1.2.4
9categories          python
10license             GPL-3
11platforms           darwin
12maintainers         m4x.org:db_macports openmaintainer
13
14description         PKCS11 wrapper for Python
15long_description    PyKCS11 let you access to almost all PKCS#11 functions and data types \
16                    using any PKCS#11 library, such as the various modules supplied by \
17                    smartcard vendors.
18
19homepage            http://www.bit4id.org/trac/pykcs11
20master_sites        sourceforge:project/pkcs11wrap/pykcs11/pykcs11-${version}
21distname            PyKCS11-${version}
22
23checksums           rmd160  b2783443913db5263410de5fb58a7ae396938936 \
24                    sha256  dd90a64771b2bbf8e122ecb2c6bf83fcc127753422c0be3b10075d4a2e4da264
25
26python.versions     25 26 27