|
Lines 1-8
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= google-api-python-client |
3 |
PORTNAME= google-api-python-client |
| 4 |
PORTVERSION= 1.4.1 |
4 |
PORTVERSION= 1.5.5 |
| 5 |
PORTREVISION= 1 |
|
|
| 6 |
CATEGORIES= www python |
5 |
CATEGORIES= www python |
| 7 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
| 8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 13-22
Link Here
|
| 13 |
LICENSE= APACHE20 |
12 |
LICENSE= APACHE20 |
| 14 |
|
13 |
|
| 15 |
#BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.4.6:security/py-oauth2client |
14 |
#BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.4.6:security/py-oauth2client |
| 16 |
RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.8:www/py-httplib2 \ |
15 |
RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2 \ |
| 17 |
${PKGNAMEPREFIX}oauth2client>=1.4.6:security/py-oauth2client \ |
16 |
${PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client \ |
| 18 |
${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ |
17 |
${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ |
| 19 |
${PKGNAMEPREFIX}uritemplate>=0.6:net/py-uritemplate |
18 |
${PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate |
| 20 |
|
19 |
|
| 21 |
DJANGO_DESC= Use the library with Django |
20 |
DJANGO_DESC= Use the library with Django |
| 22 |
DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18 |
21 |
DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18 |