# New ports collection makefile for: py-requests-oauth-hook # Date created: 2011-10-31 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= requests-oauth-hook PORTVERSION= 0.1.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= This is an OAuth hook for py-requests LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 USE_PYTHON= 2.6+ USE_PYDISTUTILS= easy_install .include