9fd786bb11
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
20 lines
595 B
Makefile
20 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/11/04 21:13:00 rillig Exp $
|
|
|
|
DISTVERS= 2.2.5
|
|
GITREF= b666238
|
|
DISTNAME= python-openid-${DISTVERS}
|
|
PKGNAME= ${PYPKGPREFIX}-openid-${DISTVERS}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://github.com/openid/python-openid/tarball/${DISTVERS}/
|
|
WRKSRC= ${WRKDIR}/openid-python-openid-${GITREF}
|
|
|
|
MAINTAINER= roy@NetBSD.org
|
|
HOMEPAGE= http://www.openidenabled.com/openid/libraries/python/
|
|
COMMENT= Python module for OpenID
|
|
LICENSE= apache-2.0
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|