blob: da0154c6da020c2ab02d8e59a90d34ab12bf80c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= py-restclient
PORTVERSION= 1.3.3
PORTREVISION= 1
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
USES= python
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>
|