2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-03-02 10:04:17 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oauth2
|
2012-06-26 06:13:02 +00:00
|
|
|
PORTVERSION= 1.5.211
|
2014-01-29 16:17:02 +00:00
|
|
|
PORTREVISION= 1
|
2011-03-02 10:04:17 +00:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Python library for OAuth version 1.0
|
|
|
|
|
2012-06-26 06:13:02 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2011-03-02 10:04:17 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-03-02 10:04:17 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-01-29 16:17:02 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2011-03-02 10:04:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|