# New ports collection makefile for:	py-httplib2
# Date created:		Mar. 09, 2007
# Whom:			Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD: ports/www/py-httplib2/Makefile,v 1.5 2009/08/16 06:03:17 lwhsu Exp $
#

PORTNAME=	httplib2
PORTVERSION=	0.5.0
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	A comprehensive HTTP client library

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
