2e448b51b6
1.4.3 fix deprecation warning with python 3.7
16 lines
450 B
Makefile
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"
|