diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-09-23 06:58:36 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-09-23 06:58:36 +0000 |
commit | 0bc06e51a1b2697e7727af1fb9d01b2d810d3c44 (patch) | |
tree | 269c8d4433dd4c9efd54869e6e5fd0fb37af2608 /www/py-httplib2/Makefile | |
parent | fc3040d2825491b2d646d13ac04092408afac960 (diff) |
Notes
Diffstat (limited to 'www/py-httplib2/Makefile')
-rw-r--r-- | www/py-httplib2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index 5326399e2085..397c2bcb1796 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httplib2 -PORTVERSION= 0.7.6 +PORTVERSION= 0.8 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes + .include <bsd.port.mk> |