2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-12-06 16:33:57 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oauth
|
2009-09-30 16:41:20 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2014-06-14 12:43:36 +02:00
|
|
|
PORTREVISION= 2
|
2008-12-06 16:33:57 +01:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2009-09-30 16:41:20 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2008-12-06 16:33:57 +01:00
|
|
|
COMMENT= Python Library for OAuth
|
|
|
|
|
2014-10-24 18:21:26 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2008-12-06 16:33:57 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|