freebsd-ports/www/py-py-restclient/Makefile
Wen Heping 6072a3d2b9 - Update to 1.3.3
- Update to my mail address to FreeBSD

Approved by:	mentors(implicit)
2009-10-03 02:49:08 +00:00

22 lines
485 B
Makefile

# New ports collection makefile for: py-restclient
# Date created: 26 March, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= py-restclient
PORTVERSION= 1.3.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python REST Client
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/httplib2/__init__.py:${PORTSDIR}/www/py-httplib2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>