aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-oauth2/Makefile
blob: 183158a5c83b555e66b2d6ebe28d43d5ca45f43d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    py-oauth2
# Date created:                     02 Mar,2011
# Whom:                         Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   oauth2
PORTVERSION=    1.5.167
CATEGORIES= net python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Python library for OAuth version 1.0

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>