2009-03-26 13:35:49 +01:00
|
|
|
# New ports collection makefile for: py-restclient
|
|
|
|
# Date created: 26 March, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= py-restclient
|
2009-10-03 04:49:08 +02:00
|
|
|
PORTVERSION= 1.3.3
|
2009-03-26 13:35:49 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2009-10-03 04:49:08 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2009-03-26 13:35:49 +01:00
|
|
|
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>
|