2cef6442a9
- Simplify byte-munging with ctypes. - Expose the product and vendor strings, not just numbers. - Expose the serial number too.
20 lines
653 B
Makefile
20 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/12/13 07:20:57 riastradh Exp $
|
|
|
|
DISTNAME= fido2-0.8.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/}
|
|
GITHUB_PROJECT= python-fido2
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://developers.yubico.com/python-fido2/
|
|
COMMENT= Yubico FIDO U2F and FIDO 2.0 USB Python library
|
|
LICENSE= 2-clause-bsd AND apache-2.0 AND mpl-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.5:../../security/py-cryptography
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|