freebsd-ports/www/py-httplib2/Makefile
Li-Wen Hsu 3c75a5e54c - Update to 0.4.0
- Update WWW
2008-01-09 11:32:34 +00:00

20 lines
426 B
Makefile

# New ports collection makefile for: py-httplib2
# Date created: Mar. 09, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= httplib2
PORTVERSION= 0.4.0
CATEGORIES= www python
MASTER_SITES= http://httplib2.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A comprehensive HTTP client library
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>