Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= oauth2 |
8 |
PORTNAME= oauth2 |
9 |
PORTVERSION= 1.5.170 |
9 |
PORTVERSION= 1.5.211 |
10 |
CATEGORIES= net python |
10 |
CATEGORIES= net python |
11 |
MASTER_SITES= CHEESESHOP |
11 |
MASTER_SITES= CHEESESHOP |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 14-19
Link Here
|
14 |
MAINTAINER= clsung@FreeBSD.org |
14 |
MAINTAINER= clsung@FreeBSD.org |
15 |
COMMENT= Python library for OAuth version 1.0 |
15 |
COMMENT= Python library for OAuth version 1.0 |
16 |
|
16 |
|
|
|
17 |
LICENSE= MIT |
18 |
|
17 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 |
19 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 |
18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
20 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
|
21 |
|