freebsd-ports/www/py-py-restclient/Makefile
Li-Wen Hsu 9c7fc4df8c - Fix build after www/py-httplib2 update
Approved by:	wen (maintainer)
2012-05-19 15:16:37 +00:00

22 lines
471 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= ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>