aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-py-restclient/Makefile
blob: a2e8d6bd61e12f32529ea23ba0c258f33842964e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>