freebsd-ports/www/py-restclient/Makefile
Li-Wen Hsu 9d85d44cbe - Update to 0.10.2
- Add LICENSE

PR:		ports/169105
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-26 17:13:34 +00:00

26 lines
584 B
Makefile

# New ports collection makefile for: py-restclient
# Date created: Apr. 15, 2007
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= restclient
PORTVERSION= 0.10.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Convenient library for writing REST clients
LICENSE= BSD
RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
post-patch:
${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py
.include <bsd.port.mk>