1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
2008-03-06 22:19:52 +00:00

21 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.4.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>