1b0994ee1e
With hat: python@
24 lines
526 B
Makefile
24 lines
526 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= restclient
|
|
PORTVERSION= 0.11.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Convenient library for writing REST clients
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|