c9b493bfbd
* yhsm-db-import, yhsm-db-export: Fix syntax error. Version 1.0.4j (released 2014-09-16) * yhsm-yubikey-ksm: Fix syntax error. Version 1.0.4i (released 2014-09-16) * yhsm-yubikey-ksm: Add --daemon. * yhsm-yubikey-ksm: Add --db-url to specify SQL database path to AEAD store. * yhsm-db-import, yhsm-db-export: New tools to do database import/export. * Documentation cleanup.
25 lines
679 B
Makefile
25 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/09/27 20:22:01 pettai Exp $
|
|
|
|
DISTNAME= pyhsm-1.0.4k
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
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}-serial-[0-9]*:../../comms/py-serial
|
|
DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYSETUP= setup.py
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
CONFLICTS+= ${PYPKGPREFIX}-pyhsm-[0-9]*
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|