freebsd-ports/www/py-httplib2/Makefile
Li-Wen Hsu 6bc6bb5c77 - Update to 0.7.1
PR:		ports/158158
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-25 07:04:32 +00:00

20 lines
415 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.7.1
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>