diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-10-30 17:48:33 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2012-10-30 17:48:33 +0000 |
commit | fd8e58bef6c6d7cc2db381d4faa6fae06dd44e4e (patch) | |
tree | 0bf64ddf39febaca36ad869101be205fca9426f0 /www/py-httplib2/Makefile | |
parent | 17e07017bff8f0b073a1c4046d20298ed23fb278 (diff) |
Notes
Diffstat (limited to 'www/py-httplib2/Makefile')
-rw-r--r-- | www/py-httplib2/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index 01a593f67104..3fe40f8317fa 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-httplib2 -# Date created: Mar. 09, 2007 -# Whom: Li-Wen Hsu <lwhsu@lwhsu.org> -# +# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> # $FreeBSD$ -# PORTNAME= httplib2 -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.6 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= A comprehensive HTTP client library +LICENSE= MIT + USE_PYTHON= yes USE_PYDISTUTILS= easy_install |