summaryrefslogtreecommitdiff
path: root/security/py-hsm/Makefile
diff options
context:
space:
mode:
authorpettai <pettai>2013-10-08 15:21:37 +0000
committerpettai <pettai>2013-10-08 15:21:37 +0000
commit37e9682cd37a27645e7ac60d4acfde8ede696f14 (patch)
treedbf7ffb1e29e6b3744599650e090f1a90eba96af /security/py-hsm/Makefile
parent1082bee5c56a783499e87234c07c0e42de34967a (diff)
downloadpkgsrc-37e9682cd37a27645e7ac60d4acfde8ede696f14.tar.gz
This is the Python package to talk to a YubiHSM.
The YubiHSM is Yubico's take on the Hardware Security Module (HSM), designed for protecting secrets on authentication servers, including cryptographic keys and passwords, at unmatched simplicity and low cost.
Diffstat (limited to 'security/py-hsm/Makefile')
-rw-r--r--security/py-hsm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/py-hsm/Makefile b/security/py-hsm/Makefile
new file mode 100644
index 00000000000..300745efe00
--- /dev/null
+++ b/security/py-hsm/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/10/08 15:21:37 pettai Exp $
+
+DISTNAME= pyhsm-1.0.4g
+PKGNAME= ${PYPKGPREFIX}-pyhsm-1.0.4g
+CATEGORIES= security
+MASTER_SITES= http://opensource.yubico.com/python-pyhsm/releases/
+
+MAINTAINER= pettai@NetBSD.org
+HOMEPAGE= http://opensource.yubico.com/python-pyhsm/
+COMMENT= Python package that talk to a YubiHSM
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-pyserial-[0-9]*:../../comms/py-serial
+DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
+
+PYDISTUTILSPKG= yes
+
+PYSETUP= setup.py
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"