View | Details | Raw Unified | Return to bug 188620
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 11-16 Link Here
11
MAINTAINER=	wenheping@gmail.com
11
MAINTAINER=	wenheping@gmail.com
12
COMMENT=	Simple Library to Allow Python Applications to Use CouchDB
12
COMMENT=	Simple Library to Allow Python Applications to Use CouchDB
13
13
14
LICENSE=	MIT
15
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \
15
		${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient
17
		${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient
16
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
Lines 19-23 Link Here
19
USE_PYDISTUTILS=	easy_install
21
USE_PYDISTUTILS=	easy_install
20
PYDISTUTILS_PKGNAME=	py_${PORTNAME}
22
PYDISTUTILS_PKGNAME=	py_${PORTNAME}
21
23
22
NO_STAGE=	yes
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
add/delete properties in your documents, retrieve them
7
add/delete properties in your documents, retrieve them
8
without any schema, etc.
8
without any schema, etc.
9
9
10
WWW:	http://code.google.com/p/py-simplecouchdb/
10
WWW: http://code.google.com/p/py-simplecouchdb/

Return to bug 188620