7820bc7a2f
python 3.4 / 3.5 removal commit.
22 lines
551 B
Makefile
22 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/04/26 14:12:45 maya Exp $
|
|
|
|
DISTNAME= yubiauth-0.3.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://developers.yubico.com/yubiauth/Releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://developers.yubico.com/yubiauth/
|
|
COMMENT= YubiAuth authentication backend
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYSETUP= setup.py
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.9
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|