aboutsummaryrefslogtreecommitdiff
path: root/net/py-oauth2/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2012-06-26 06:13:02 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2012-06-26 06:13:02 +0000
commit50644c0b987e0fb056caf69caf80d0f26741a82a (patch)
tree5d0a1ea6a52d7ffc46c4bce798deb03cd28aaf57 /net/py-oauth2/Makefile
parent9c6ab00d70e02e450f21df6b0328f95c235b6630 (diff)
downloadports-50644c0b987e0fb056caf69caf80d0f26741a82a.tar.gz
ports-50644c0b987e0fb056caf69caf80d0f26741a82a.zip
Notes
Diffstat (limited to 'net/py-oauth2/Makefile')
-rw-r--r--net/py-oauth2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-oauth2/Makefile b/net/py-oauth2/Makefile
index 6d33c2cd7b1b..01bc82c6eadd 100644
--- a/net/py-oauth2/Makefile
+++ b/net/py-oauth2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= oauth2
-PORTVERSION= 1.5.170
+PORTVERSION= 1.5.211
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python library for OAuth version 1.0
+LICENSE= MIT
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
RUN_DEPENDS:= ${BUILD_DEPENDS}