2007-03-11 17:32:34 +01:00
|
|
|
# New ports collection makefile for: py-httplib2
|
|
|
|
# Date created: Mar. 09, 2007
|
|
|
|
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= httplib2
|
2010-04-03 19:52:05 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2007-03-11 17:32:34 +01:00
|
|
|
CATEGORIES= www python
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2007-03-11 17:32:34 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2007-04-04 10:49:31 +02:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2007-03-11 17:32:34 +01:00
|
|
|
COMMENT= A comprehensive HTTP client library
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|