summaryrefslogtreecommitdiffstats
path: root/www/py-requests-oauth-hook/Makefile
blob: db7c03e3e7a22c91b246f18e3aa2168faf30ec31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	requests-oauth-hook
PORTVERSION=	0.1.4
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	This is an OAuth hook for py-requests

BROKEN=		unfetchable

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests1>0:www/py-requests1 \
		${PYTHON_PKGNAMEPREFIX}oauth2>0:net/py-oauth2

USES=		python
USE_PYTHON=	distutils autoplist

post-extract:
	${RM} -r ${WRKSRC}/tests

.include <bsd.port.mk>
OpenPOWER on IntegriCloud