2019-05-31 22:54:11 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2019/05/31 20:54:11 adam Exp $
|
2017-02-07 02:25:06 +01:00
|
|
|
|
2019-05-31 22:54:11 +02:00
|
|
|
DISTNAME= oath-1.4.3
|
2017-02-07 02:25:06 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= python security www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oath/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-04-04 11:35:59 +02:00
|
|
|
HOMEPAGE= https://github.com/bdauvergne/python-oath
|
2017-02-07 02:25:06 +01:00
|
|
|
COMMENT= Python implementation of OATH (HOTP, TOTP, OCRA)
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2019-04-04 11:35:59 +02:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2017-02-07 02:25:06 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|