freebsd-ports/www/py-httplib2/Makefile
Li-Wen Hsu 69dd27cc3c - Change to my FreeBSD.org email
Approved by:     clsung (mentor)
2007-04-04 08:49:31 +00:00

20 lines
434 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.3.0
CATEGORIES= www python
MASTER_SITES= http://bitworking.org/projects/httplib2/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A comprehensive HTTP client library
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>