A fully tested, abstract interface to creating OAuth clients and servers from Jonas Huldtgren, ok sthen@
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/10/31 11:59:07 landry Exp $
|
|
|
|
COMMENT = Python library for OAuth
|
|
|
|
MODPY_EGG_VERSION = 1.5.211
|
|
DISTNAME = oauth2-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = net
|
|
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
|
|
|
|
HOMEPAGE = http://github.com/simplegeo/python-oauth2
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_PYPI:=o/oauth2/}
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = www/py-httplib2
|
|
|
|
.include <bsd.port.mk>
|