376e8bf789
python-oath is a package implementing the three main OATH specifications: - HOTP, an event based one-time password standard (RFC 4226) - TOTP, a time based OTP (6238) - OCRA, a mixed OTP / signature system based on HOTP for complex use cases (RFC 6287)
14 lines
420 B
Makefile
14 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/02/07 01:25:06 joerg Exp $
|
|
|
|
DISTNAME= oath-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python security www
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oath/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/oath/
|
|
COMMENT= Python implementation of OATH (HOTP, TOTP, OCRA)
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|