27 lines
538 B
Makefile
27 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.5 2016/01/05 06:57:50 benoit Exp $
|
|
|
|
COMMENT = Python library for OAuth
|
|
|
|
MODPY_EGG_VERSION = 1.9.0.post1
|
|
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
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = www/py-httplib2
|
|
TEST_DEPENDS = devel/py-mock \
|
|
devel/py-coverage \
|
|
${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|