pkgsrc/security/py-oath/Makefile
adam 2e448b51b6 py-oath: updated to 1.4.3
1.4.3
fix deprecation warning with python 3.7
2019-05-31 20:54:11 +00:00

16 lines
450 B
Makefile

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