aada88e659
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
21 lines
597 B
Makefile
21 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/04/08 19:09:12 wiz 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|