aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-httplib2/Makefile
blob: a5a12bd2cfadf5660eb93b85d492a0c6486083e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    py-httplib2
# Date created:     Mar. 09, 2007
# Whom:         Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#

PORTNAME=   httplib2
PORTVERSION=    0.3.0
CATEGORIES= www python
MASTER_SITES=   http://bitworking.org/projects/httplib2/dist/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

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

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>