pkgsrc-wip/py-kcs11/Makefile
Kamel Ibn Aziz Derouiche 4718c8d451 Import py25-PyKCS11-1.2.1 as wip/py-kcs11.
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
The wrapper comes with 2 interfaces: a low level and very thin
interface over the original PKCS#11 API, generated using the SWIG compiler
(designed for library tests); and an high level interface that
offers a simpler access (with few limits) to the PKCS#11 APIs.
2009-06-17 23:22:44 +00:00

21 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/06/17 23:22:44 jihbed Exp $
#
DISTNAME= PyKCS11-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pkcs11wrap/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.bit4id.org/trac/pykcs11
COMMENT= PKCS\#11 wrapper for Python
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"